aboutsummaryrefslogtreecommitdiff
path: root/filling.c
diff options
context:
space:
mode:
Diffstat (limited to 'filling.c')
-rw-r--r--filling.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/filling.c b/filling.c
index 7dec656..215eefe 100644
--- a/filling.c
+++ b/filling.c
@@ -2093,11 +2093,6 @@ static int game_status(const game_state *state)
return state->completed ? +1 : 0;
}
-static bool game_timing_state(const game_state *state, game_ui *ui)
-{
- return true;
-}
-
static void game_print_size(const game_params *params, float *x, float *y)
{
int pw, ph;
@@ -2198,7 +2193,7 @@ const struct game thegame = {
game_status,
true, false, game_print_size, game_print,
false, /* wants_statusbar */
- false, game_timing_state,
+ false, NULL, /* timing_state */
REQUIRE_NUMPAD, /* flags */
};