summaryrefslogtreecommitdiff
path: root/gtk2_ardour/window_manager.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-15 16:24:12 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:22 -0500
commit1158271f728dee55fcbd4ae942f04a70fa8be852 (patch)
treea9be80393de5f2014a9eead56e8ab9eee84d8b1f /gtk2_ardour/window_manager.h
parent347ba94bcd2b7daa61c141090584e1619af26bc1 (diff)
remove "toggle-foo" style actions related to editor/mixer windows and provide new methods that just use Tabbable::make_visible()
Diffstat (limited to 'gtk2_ardour/window_manager.h')
-rw-r--r--gtk2_ardour/window_manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/window_manager.h b/gtk2_ardour/window_manager.h
index 5d1349f258..5ee9d16f99 100644
--- a/gtk2_ardour/window_manager.h
+++ b/gtk2_ardour/window_manager.h
@@ -153,7 +153,6 @@ class ProxyWithConstructor: public ProxyBase
private:
boost::function<T*()> creator;
->>>>>>> first compilable version of tabbable design.
};
template<typename T>