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.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index 96c28e29d..a60766647 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -479,13 +479,6 @@ static nserror verify_fetch_register(struct gui_fetch_table *gft)
if (gft->filetype == NULL) {
return NSERROR_BAD_PARAMETER;
}
- if (gft->path_to_url == NULL) {
- return NSERROR_BAD_PARAMETER;
- }
- if (gft->url_to_path == NULL) {
- return NSERROR_BAD_PARAMETER;
- }
-
/* fill in the optional entries with defaults */
if (gft->get_resource_url == NULL) {