mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-02 01:04:33 +03:00
stop poll callback entry being mandantory in preparation for its removal
This commit is contained in:
parent
e994704d5c
commit
3d72c4a772
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user