From 9010262bed21611f2db652d16f63e4af4380259d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 7 Jul 2015 22:12:21 -0400 Subject: first compilable version of tabbable design. I would have loved to split this apart, but there are just so many interrelated changes, it makes little sense and would be a huge effort that would break future git bisect use because so many intermediate commits would not compile --- gtk2_ardour/video_monitor.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gtk2_ardour/video_monitor.cc') diff --git a/gtk2_ardour/video_monitor.cc b/gtk2_ardour/video_monitor.cc index ece1856d54..0ad90d4520 100644 --- a/gtk2_ardour/video_monitor.cc +++ b/gtk2_ardour/video_monitor.cc @@ -255,9 +255,7 @@ VideoMonitor::is_started () void VideoMonitor::forward_keyevent (unsigned int keyval) { - Editor* ed = dynamic_cast(&PublicEditor::instance()); - if (!ed) return; - emulate_key_event(ed, keyval); + emulate_key_event (keyval); } void -- cgit v1.2.3