summaryrefslogtreecommitdiff
path: root/riscos/menus.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-29 00:24:14 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-29 00:24:14 +0000
commit87add71110da4fc9f2d63bcab59ba7652c27cb6f (patch)
tree137d4fa29c2927e8ebe43ef7149a38198d9a859c /riscos/menus.c
parentf0432b9f7b640ffcbfbfbe60643bd3f61f37c903 (diff)
downloadnetsurf-87add71110da4fc9f2d63bcab59ba7652c27cb6f.tar.gz
netsurf-87add71110da4fc9f2d63bcab59ba7652c27cb6f.tar.bz2
Purge WITH_DRAW_EXPORT
svn path=/trunk/netsurf/; revision=6980
Diffstat (limited to 'riscos/menus.c')
-rw-r--r--riscos/menus.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/riscos/menus.c b/riscos/menus.c
index 12a8f4666..2a54dd948 100644
--- a/riscos/menus.c
+++ b/riscos/menus.c
@@ -181,9 +181,7 @@ void ro_gui_menu_init(void)
{ "Page.Save", BROWSER_SAVE, &dialog_saveas },
{ "Page.SaveComp", BROWSER_SAVE_COMPLETE, &dialog_saveas },
{ "Page.Export", NO_ACTION, 0 },
-#ifdef WITH_DRAW_EXPORT
{ "Page.Export.Draw", BROWSER_EXPORT_DRAW, &dialog_saveas },
-#endif
#ifdef WITH_PDF_EXPORT
{ "Page.Export.PDF", BROWSER_EXPORT_PDF, &dialog_saveas },
#endif
@@ -2041,11 +2039,9 @@ void ro_gui_menu_prepare_action(wimp_w owner, menu_action action,
break;
/* vector types (Draw export possible) */
-#ifdef WITH_DRAW_EXPORT
#if defined(WITH_NS_SVG) || defined(WITH_RSVG)
case CONTENT_SVG:
#endif
-#endif
#ifdef WITH_DRAW
case CONTENT_DRAW:
#endif