summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-09-22 17:55:26 +0100
committerVincent Sanders <vince@kyllikki.org>2014-09-22 18:11:23 +0100
commit3d72c4a77281a304824f80ecbb3c47417a46d433 (patch)
treee3dd9f7c5428a791f96e56375cf0ab08c4f602d0 /desktop/gui_factory.c
parente994704d5cdbb6b9a710d20d5fbbedde9a305a77 (diff)
downloadnetsurf-3d72c4a77281a304824f80ecbb3c47417a46d433.tar.gz
netsurf-3d72c4a77281a304824f80ecbb3c47417a46d433.tar.bz2
stop poll callback entry being mandantory in preparation for its removal
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c4
1 files changed, 0 insertions, 4 deletions
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;
}