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 5888c1751..cddafa09d 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -580,10 +580,6 @@ static nserror verify_bitmap_register(struct gui_bitmap_table *gbt)
return NSERROR_BAD_PARAMETER;
}
- if (gbt->save == NULL) {
- return NSERROR_BAD_PARAMETER;
- }
-
if (gbt->modified == NULL) {
return NSERROR_BAD_PARAMETER;
}