wmtetris: Remove unused variables.
This commit is contained in:
parent
7d54e1c0b1
commit
c856197239
|
@ -69,7 +69,6 @@ int main(int argc, char *argv[]) {
|
||||||
fig_x, fig_y, new_figure=1, figure_type, next_figure_type;
|
fig_x, fig_y, new_figure=1, figure_type, next_figure_type;
|
||||||
int figure[4][2] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} },
|
int figure[4][2] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} },
|
||||||
next_figure[4][2] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} };
|
next_figure[4][2] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} };
|
||||||
unsigned long delay = INITIAL_DELAY, start_time;
|
|
||||||
XEvent event;
|
XEvent event;
|
||||||
|
|
||||||
srand(time(NULL));
|
srand(time(NULL));
|
||||||
|
|
Loading…
Reference in a new issue