aboutsummaryrefslogtreecommitdiff
path: root/pegs.c
diff options
context:
space:
mode:
Diffstat (limited to 'pegs.c')
-rw-r--r--pegs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pegs.c b/pegs.c
index ec12aa9..61fc38a 100644
--- a/pegs.c
+++ b/pegs.c
@@ -1135,10 +1135,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
}
if (!ds->started) {
- draw_rect(dr, 0, 0,
- TILESIZE * state->w + 2 * BORDER,
- TILESIZE * state->h + 2 * BORDER, COL_BACKGROUND);
-
/*
* Draw relief marks around all the squares that aren't
* GRID_OBST.