aboutsummaryrefslogtreecommitdiff
path: root/keen.c
diff options
context:
space:
mode:
Diffstat (limited to 'keen.c')
-rw-r--r--keen.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/keen.c b/keen.c
index 6b9610d..558c549 100644
--- a/keen.c
+++ b/keen.c
@@ -2134,14 +2134,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
if (!ds->started) {
/*
- * The initial contents of the window are not guaranteed and
- * can vary with front ends. To be on the safe side, all
- * games should start by drawing a big background-colour
- * rectangle covering the whole window.
- */
- draw_rect(dr, 0, 0, SIZE(w), SIZE(w), COL_BACKGROUND);
-
- /*
* Big containing rectangle.
*/
draw_rect(dr, COORD(0) - GRIDEXTRA, COORD(0) - GRIDEXTRA,