summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialog.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2009-08-09 16:43:39 +0000
committercilix42 <cilix42@users.sourceforge.net>2009-08-09 16:43:39 +0000
commit9289c1726bbd97cb2befcfa19f21a79dd6a45d78 (patch)
treef122f098fb7d42731b63a57896bb58e3dc450ef2 /src/ui/dialog/filedialog.h
parentCleanup (remove unused variable; use generic function to determine the file e... (diff)
downloadinkscape-9289c1726bbd97cb2befcfa19f21a79dd6a45d78.tar.gz
inkscape-9289c1726bbd97cb2befcfa19f21a79dd6a45d78.zip
Put #ifdefs around all code related to the so-called "new" ExportDialog (whatever that is)
(bzr r8456)
Diffstat (limited to 'src/ui/dialog/filedialog.h')
-rw-r--r--src/ui/dialog/filedialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ui/dialog/filedialog.h b/src/ui/dialog/filedialog.h
index f7be86ef3..472c4ac0b 100644
--- a/src/ui/dialog/filedialog.h
+++ b/src/ui/dialog/filedialog.h
@@ -228,7 +228,9 @@ protected:
}; //FileSaveDialog
+//#define NEW_EXPORT_DIALOG
+#ifdef NEW_EXPORT_DIALOG
/**
* This class provides an implementation-independent API for
@@ -366,12 +368,13 @@ public:
}; //FileExportDialog
+#endif // NEW_EXPORT_DIALOG
+
} //namespace Dialog
} //namespace UI
} //namespace Inkscape
-
#endif /* __FILE_DIALOG_H__ */
/*