Remove some dead code.

git-svn-id: svn://localhost/ardour2/branches/3.0@7090 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-10 01:37:35 +00:00
parent ce1316a907
commit c899ba4368
11 changed files with 17 additions and 135 deletions

View file

@ -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;