summaryrefslogtreecommitdiff
path: root/apps/plugins/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r--apps/plugins/sokoban.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 931a802920..e8ccdaca10 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -467,8 +467,6 @@ static struct BufferedBoards {
467} buffered_boards; 467} buffered_boards;
468 468
469 469
470MEM_FUNCTION_WRAPPERS;
471
472static char buf[ROWS*(COLS + 1)]; /* Enough for a whole board or a filename */ 470static char buf[ROWS*(COLS + 1)]; /* Enough for a whole board or a filename */
473 471
474 472