[glom/glom-1-32] FileChooserDialog_SaveExtras: Remove (deprecated) backend parameter.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-32] FileChooserDialog_SaveExtras: Remove (deprecated) backend parameter.
- Date: Wed, 21 Jun 2017 12:33:27 +0000 (UTC)
commit 8a2ca87f37c8762678d63441e383e3b740e582a2
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Mar 31 10:19:34 2017 +0200
FileChooserDialog_SaveExtras: Remove (deprecated) backend parameter.
.../filechooserdialog_saveextras.cc | 14 --------------
.../utility_widgets/filechooserdialog_saveextras.h | 2 --
2 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/glom/utility_widgets/filechooserdialog_saveextras.cc
b/glom/utility_widgets/filechooserdialog_saveextras.cc
index 38fb68e..238d19d 100644
--- a/glom/utility_widgets/filechooserdialog_saveextras.cc
+++ b/glom/utility_widgets/filechooserdialog_saveextras.cc
@@ -28,20 +28,6 @@
namespace Glom
{
-FileChooserDialog_SaveExtras::FileChooserDialog_SaveExtras(const Glib::ustring& title,
Gtk::FileChooserAction action, const Glib::ustring& backend)
-: Gtk::FileChooserDialog(title, action, backend),
- m_extra_widget(Gtk::ORIENTATION_VERTICAL)
-{
- create_child_widgets();
-}
-
-FileChooserDialog_SaveExtras::FileChooserDialog_SaveExtras(Gtk::Window& parent, const Glib::ustring& title,
Gtk::FileChooserAction action, const Glib::ustring& backend)
-: Gtk::FileChooserDialog(parent, title, action, backend),
- m_extra_widget(Gtk::ORIENTATION_VERTICAL)
-{
- create_child_widgets();
-}
-
FileChooserDialog_SaveExtras::FileChooserDialog_SaveExtras(const Glib::ustring& title,
Gtk::FileChooserAction action)
: Gtk::FileChooserDialog(title, action),
m_extra_widget(Gtk::ORIENTATION_VERTICAL)
diff --git a/glom/utility_widgets/filechooserdialog_saveextras.h
b/glom/utility_widgets/filechooserdialog_saveextras.h
index 9da3f6b..fb5e4c8 100644
--- a/glom/utility_widgets/filechooserdialog_saveextras.h
+++ b/glom/utility_widgets/filechooserdialog_saveextras.h
@@ -39,8 +39,6 @@ namespace Glom
class FileChooserDialog_SaveExtras : public Gtk::FileChooserDialog
{
public:
- FileChooserDialog_SaveExtras(const Glib::ustring& title, Gtk::FileChooserAction action, const
Glib::ustring& backend);
- FileChooserDialog_SaveExtras(Gtk::Window& parent, const Glib::ustring& title, Gtk::FileChooserAction
action, const Glib::ustring& backend);
explicit FileChooserDialog_SaveExtras(const Glib::ustring& title, Gtk::FileChooserAction action =
Gtk::FILE_CHOOSER_ACTION_OPEN);
FileChooserDialog_SaveExtras(Gtk::Window& parent, const Glib::ustring& title, Gtk::FileChooserAction
action = Gtk::FILE_CHOOSER_ACTION_OPEN);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]