summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_manager.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-21 22:58:52 +0200
committerRobin Gareus <robin@gareus.org>2016-08-21 23:02:37 +0200
commit444497b571fb990f9ac1a769acd5990ed3512e72 (patch)
treed7f74b523b11cb1e2765f5e19acfe49c424c05c5 /gtk2_ardour/bundle_manager.cc
parentcd77f7e209a083bee9dda4bf89e77df6fd0cf311 (diff)
remove close buttons from Bundle Manager (rely on WM provided button)
Diffstat (limited to 'gtk2_ardour/bundle_manager.cc')
-rw-r--r--gtk2_ardour/bundle_manager.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/bundle_manager.cc b/gtk2_ardour/bundle_manager.cc
index 2c44a62a34..3ae74d3a2c 100644
--- a/gtk2_ardour/bundle_manager.cc
+++ b/gtk2_ardour/bundle_manager.cc
@@ -218,7 +218,6 @@ BundleEditor::BundleEditor (Session* session, boost::shared_ptr<UserBundle> bund
get_vbox()->pack_start (_matrix);
get_vbox()->set_spacing (4);
- add_button (Gtk::Stock::CLOSE, Gtk::RESPONSE_ACCEPT);
show_all ();
signal_key_press_event().connect (sigc::mem_fun (_matrix, &BundleEditorMatrix::key_press));
@@ -310,9 +309,6 @@ BundleManager::BundleManager (Session* session)
sigc::mem_fun (*this, &BundleManager::row_activated)
);
- Gtk::Button* close_but = add_button (Gtk::Stock::CLOSE, Gtk::RESPONSE_ACCEPT);
- close_but->signal_clicked ().connect (sigc::mem_fun (*this, &Gtk::Window::hide));
-
set_button_sensitivity ();
show_all ();