From 9f542bb81f342cbc65a00aeadd084ab3945b02a5 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Wed, 27 Mar 2019 19:43:21 +0100 Subject: Remove unused code for NEW_EXPORT_DIALOG Functionality seems to have been replaced by "Save a Copy" and the PNG export dialog respectively. --- src/ui/dialog/filedialog.cpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/ui/dialog/filedialog.cpp') diff --git a/src/ui/dialog/filedialog.cpp b/src/ui/dialog/filedialog.cpp index f98e129eb..fdce498d9 100644 --- a/src/ui/dialog/filedialog.cpp +++ b/src/ui/dialog/filedialog.cpp @@ -182,27 +182,6 @@ void FileSaveDialog::appendExtension(Glib::ustring& path, Inkscape::Extension::O } } -//######################################################################## -//# F I L E E X P O R T -//######################################################################## - -#ifdef NEW_EXPORT_DIALOG - -/** - * Public factory method. Used in file.cpp - */ -FileExportDialog *FileExportDialog::create(Gtk::Window& parentWindow, - const Glib::ustring &path, - FileDialogType fileTypes, - const char *title, - const Glib::ustring &default_key) -{ - FileExportDialog *dialog = new FileExportDialogImpl(parentWindow, path, fileTypes, title, default_key); - return dialog; -} - -#endif // NEW_EXPORT_DIALOG - } //namespace Dialog } //namespace UI -- cgit v1.2.3