From: Simon Tatham Date: Sun, 7 Oct 2012 15:41:44 +0000 (+0000) Subject: Remove an unused variable spotted by gcc 4.6.3. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=8dddfc22d709c8ee246d08cf31a85fc9401f67d6;p=sgt-puzzles.git Remove an unused variable spotted by gcc 4.6.3. [originally from svn r9682] --- diff --git a/unruly.c b/unruly.c index c4e9ae0..3383b5f 100644 --- a/unruly.c +++ b/unruly.c @@ -1674,8 +1674,6 @@ static void game_print(drawing *dr, game_state *state, int tilesize) int x, y; int ink = print_mono_colour(dr, 0); - char buf[2]; - buf[1] = '\0'; for (y = 0; y < h2; y++) for (x = 0; x < w2; x++) {