From dae0ff3d26d92af373d69f834573d114504c2fe6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 11 Nov 2019 16:58:17 +0000 Subject: remove warning callback from miscelaneous function table --- frontends/atari/gui.c | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/atari') diff --git a/frontends/atari/gui.c b/frontends/atari/gui.c index e55271c10..a5df8fcb0 100644 --- a/frontends/atari/gui.c +++ b/frontends/atari/gui.c @@ -1109,7 +1109,6 @@ static struct gui_fetch_table atari_fetch_table = { static struct gui_misc_table atari_misc_table = { .schedule = atari_schedule, - .warning = atari_warn_user, .quit = gui_quit, }; -- cgit v1.2.3