mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Remove some dead code.
git-svn-id: svn://localhost/ardour2/branches/3.0@7090 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ce1316a907
commit
c899ba4368
11 changed files with 17 additions and 135 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue