aboutsummaryrefslogtreecommitdiff
path: root/samegame.c
diff options
context:
space:
mode:
Diffstat (limited to 'samegame.c')
-rw-r--r--samegame.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/samegame.c b/samegame.c
index 615c60e..22b4316 100644
--- a/samegame.c
+++ b/samegame.c
@@ -1512,13 +1512,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
if (!ds->started) {
int coords[10];
- draw_rect(dr, 0, 0,
- TILE_SIZE * state->params.w + 2 * BORDER,
- TILE_SIZE * state->params.h + 2 * BORDER, COL_BACKGROUND);
- draw_update(dr, 0, 0,
- TILE_SIZE * state->params.w + 2 * BORDER,
- TILE_SIZE * state->params.h + 2 * BORDER);
-
/*
* Recessed area containing the whole puzzle.
*/