From 3d72c4a77281a304824f80ecbb3c47417a46d433 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 22 Sep 2014 17:55:26 +0100 Subject: stop poll callback entry being mandantory in preparation for its removal --- desktop/gui_factory.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'desktop/gui_factory.c') diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c index 977805e9c..9ce868235 100644 --- a/desktop/gui_factory.c +++ b/desktop/gui_factory.c @@ -569,10 +569,6 @@ static nserror verify_browser_register(struct gui_browser_table *gbt) } /* check the mandantory fields are set */ - if (gbt->poll == NULL) { - return NSERROR_BAD_PARAMETER; - } - if (gbt->schedule == NULL) { return NSERROR_BAD_PARAMETER; } -- cgit v1.2.3