summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialog.cpp
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-03-27 18:43:21 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-03-27 20:28:03 +0000
commit9f542bb81f342cbc65a00aeadd084ab3945b02a5 (patch)
treeb1a7a318abcf538524bdf1b4b1ebd5e9cc5725c3 /src/ui/dialog/filedialog.cpp
parentremove wrong from clipboard paste (diff)
downloadinkscape-9f542bb81f342cbc65a00aeadd084ab3945b02a5.tar.gz
inkscape-9f542bb81f342cbc65a00aeadd084ab3945b02a5.zip
Remove unused code for NEW_EXPORT_DIALOG
Functionality seems to have been replaced by "Save a Copy" and the PNG export dialog respectively.
Diffstat (limited to 'src/ui/dialog/filedialog.cpp')
-rw-r--r--src/ui/dialog/filedialog.cpp21
1 files changed, 0 insertions, 21 deletions
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