summaryrefslogtreecommitdiff
path: root/riscos/save.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/save.c')
-rw-r--r--riscos/save.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/riscos/save.c b/riscos/save.c
index dc2cd2a93..668e00422 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -833,10 +833,8 @@ bool ro_gui_save_content(struct content *c, char *path, bool force_overwrite)
}
switch (gui_save_current_type) {
-#ifdef WITH_DRAW_EXPORT
case GUI_SAVE_DRAW:
return save_as_draw(c, path);
-#endif
#ifdef WITH_PDF_EXPORT
case GUI_SAVE_PDF:
return save_as_pdf(c, path);
@@ -1124,12 +1122,10 @@ bool ro_gui_save_object_native(struct content *c, char *path)
return true;
}
break;
-#ifdef WITH_DRAW_EXPORT
#if defined(WITH_NS_SVG) || defined(WITH_RSVG)
case CONTENT_SVG:
return save_as_draw(c, path);
#endif
-#endif
default:
return false;
}