Code

* don't strech buttons on lpe dialog when resizing the dialog
[inkscape.git] / src / ui / dialog / filedialog.cpp
index 63bb98b4b4b6432b471b348eb582a37f76d6ac62..c3ca49c992de5178430774de6971eb3a92665989 100644 (file)
@@ -76,31 +76,12 @@ FileSaveDialog *FileSaveDialog::create(Gtk::Window& parentWindow,
 }
 
 
-//########################################################################
-//# F I L E    E X P O R T   T O   O C A L
-//########################################################################
-
-
-/**
- * Public factory method.  Used in file.cpp
- */
-
- FileExportToOCALDialog *FileExportToOCALDialog::create(Gtk::Window& parentWindow, 
-                                           FileDialogType fileTypes,
-                                           const Glib::ustring &title,
-                                           const Glib::ustring &default_key)
-{
-    FileExportToOCALDialog *dialog = new FileExportToOCALDialogImpl(parentWindow, fileTypes, title, default_key);
-    return dialog;
-}
-
-
-
 } //namespace Dialog
 } //namespace UI
 } //namespace Inkscape
 
 
+
 /*
   Local Variables:
   mode:c++