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/gtk/gui.c | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/gtk') diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c index ea8d77a46..351b00281 100644 --- a/frontends/gtk/gui.c +++ b/frontends/gtk/gui.c @@ -1139,7 +1139,6 @@ static nserror nsgtk_option_init(int *pargc, char** argv) static struct gui_misc_table nsgtk_misc_table = { .schedule = nsgtk_schedule, - .warning = nsgtk_warning, .quit = gui_quit, .launch_url = gui_launch_url, -- cgit v1.2.3