mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Remove an unused variable spotted by gcc 4.6.3.
[originally from svn r9682]
This commit is contained in:
2
unruly.c
2
unruly.c
@ -1674,8 +1674,6 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
|
|||||||
int x, y;
|
int x, y;
|
||||||
|
|
||||||
int ink = print_mono_colour(dr, 0);
|
int ink = print_mono_colour(dr, 0);
|
||||||
char buf[2];
|
|
||||||
buf[1] = '\0';
|
|
||||||
|
|
||||||
for (y = 0; y < h2; y++)
|
for (y = 0; y < h2; y++)
|
||||||
for (x = 0; x < w2; x++) {
|
for (x = 0; x < w2; x++) {
|
||||||
|
Reference in New Issue
Block a user