summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-10 01:37:35 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-10 01:37:35 +0000
commitc899ba4368e61f31820a34c5e7c9a48345a364a2 (patch)
treec54418e2885a9cf872927a3d2b0678d6347778e0 /gtk2_ardour/time_axis_view.h
parentce1316a9076fa39cbfc6dbb06dd119aff31c89b7 (diff)
Remove some dead code.
git-svn-id: svn://localhost/ardour2/branches/3.0@7090 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 5bd51f786b..d002cc02cf 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -277,26 +277,9 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
*/
virtual bool handle_display_menu_map_event (GdkEventAny * /*ev*/) { return false; }
- /** Build the standard LHS control size menu for the default heights options.
- */
- virtual void build_size_menu();
-
- /** Displays the standard LHS controls size menu for the track heights
- *
- * @param when the popup activation time
- */
- void popup_size_menu(guint32 when);
-
- /** Handle the size option of our main menu.
- *
- * @param ev the event
- */
- gint size_click(GdkEventButton *ev);
-
/* The standard LHS Track control popup-menus */
Gtk::Menu *display_menu;
- Gtk::Menu *size_menu;
Gtk::Label name_label;