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 --- desktop/gui_factory.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'desktop') diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c index 7ab7b465a..8b52e5469 100644 --- a/desktop/gui_factory.c +++ b/desktop/gui_factory.c @@ -678,9 +678,6 @@ static nserror verify_misc_register(struct gui_misc_table *gmt) if (gmt->schedule == NULL) { return NSERROR_BAD_PARAMETER; } - if (gmt->warning == NULL) { - return NSERROR_BAD_PARAMETER; - } /* fill in the optional entries with defaults */ if (gmt->quit == NULL) { -- cgit v1.2.3