summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-09-06 16:17:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-06 16:17:08 -0400
commit07bb5ff34735962bcfea9751420ade3af8be5d5c (patch)
treed08be16e26f61b2a221d54de86600c4cde0b02f5 /gtk2_ardour/public_editor.h
parent755010f25454fbf62a3880939b2093b3e0ed32ca (diff)
move kbd focus reset method into ARDOUR_UI where it (probably) belongs
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 69c081b94d..d7413feab7 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -325,8 +325,6 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
Glib::RefPtr<Gtk::ActionGroup> editor_menu_actions;
Glib::RefPtr<Gtk::ActionGroup> _region_actions;
- virtual void reset_focus (Gtk::Widget*) = 0;
-
virtual bool canvas_scroll_event (GdkEventScroll* event, bool from_canvas) = 0;
virtual bool canvas_control_point_event (GdkEvent* event, ArdourCanvas::Item*, ControlPoint*) = 0;
virtual bool canvas_line_event (GdkEvent* event, ArdourCanvas::Item*, AutomationLine*) = 0;