summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-16 15:56:32 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:22 -0500
commit558167a5dd503363d87f55ebaabca8bd3062a282 (patch)
treef4238056f99a7610be75239f5fbca686f6f44747 /gtk2_ardour/public_editor.h
parent1158271f728dee55fcbd4ae942f04a70fa8be852 (diff)
some changes for top menubar systems (i.e. OS X)
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index f119cca747..8736ea4b61 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -362,15 +362,6 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
static const int vertical_spacing;
static const int horizontal_spacing;
-#ifdef TOP_MENUBAR
- /*
- * This is needed for OS X primarily
- * but also any other OS that uses a single
- * top menubar instead of per window menus
- */
- virtual Gtk::HBox& get_status_bar_packer() = 0;
-#endif
-
virtual ArdourCanvas::Container* get_trackview_group () const = 0;
virtual ArdourCanvas::ScrollGroup* get_hscroll_group () const = 0;
virtual ArdourCanvas::ScrollGroup* get_hvscroll_group () const = 0;