summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
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;
}