stop poll callback entry being mandantory in preparation for its removal

This commit is contained in:
Vincent Sanders 2014-09-22 17:55:26 +01:00
parent e994704d5c
commit 3d72c4a772

View File

@ -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;
}