mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
cleanup a virtual method that is no longer relevant after the prior commit
This commit is contained in:
parent
252be10a73
commit
49d9701aaf
4 changed files with 0 additions and 10 deletions
|
|
@ -3225,9 +3225,6 @@ EditingContext::load_shared_bindings ()
|
||||||
Bindings* shared_bindings = new Bindings (_name, *b);
|
Bindings* shared_bindings = new Bindings (_name, *b);
|
||||||
register_common_actions (shared_bindings);
|
register_common_actions (shared_bindings);
|
||||||
|
|
||||||
/* Give this editing context the chance to add more mode mode actions */
|
|
||||||
add_mouse_mode_actions ();
|
|
||||||
|
|
||||||
/* Attach bindings to the canvas for this editing context */
|
/* Attach bindings to the canvas for this editing context */
|
||||||
|
|
||||||
bindings.push_back (midi_bindings);
|
bindings.push_back (midi_bindings);
|
||||||
|
|
|
||||||
|
|
@ -686,7 +686,6 @@ class EditingContext : public ARDOUR::SessionHandlePtr, public AxisViewProvider
|
||||||
|
|
||||||
Glib::RefPtr<Gtk::Action> get_mouse_mode_action (Editing::MouseMode m) const;
|
Glib::RefPtr<Gtk::Action> get_mouse_mode_action (Editing::MouseMode m) const;
|
||||||
void bind_mouse_mode_buttons ();
|
void bind_mouse_mode_buttons ();
|
||||||
virtual void add_mouse_mode_actions () {}
|
|
||||||
|
|
||||||
Gtk::HBox snap_box;
|
Gtk::HBox snap_box;
|
||||||
Gtk::HBox grid_box;
|
Gtk::HBox grid_box;
|
||||||
|
|
|
||||||
|
|
@ -1763,8 +1763,6 @@ private:
|
||||||
ArdourWidgets::ArdourButton smart_mode_button;
|
ArdourWidgets::ArdourButton smart_mode_button;
|
||||||
Glib::RefPtr<Gtk::ToggleAction> smart_mode_action;
|
Glib::RefPtr<Gtk::ToggleAction> smart_mode_action;
|
||||||
|
|
||||||
void add_mouse_mode_actions ();
|
|
||||||
|
|
||||||
void mouse_mode_toggled (Editing::MouseMode m);
|
void mouse_mode_toggled (Editing::MouseMode m);
|
||||||
void mouse_mode_object_range_toggled ();
|
void mouse_mode_object_range_toggled ();
|
||||||
bool ignore_mouse_mode_toggle;
|
bool ignore_mouse_mode_toggle;
|
||||||
|
|
|
||||||
|
|
@ -1333,7 +1333,3 @@ Editor::register_region_actions ()
|
||||||
sensitize_all_region_actions (false);
|
sensitize_all_region_actions (false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
Editor::add_mouse_mode_actions ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue