summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas_events.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-26 15:04:59 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-26 15:10:24 -0400
commitbe37432befd98772db1a8bb1e90c1311d6c9e351 (patch)
tree427d0de17fe6d244c023e251ab05e38fbb088d95 /gtk2_ardour/editor_canvas_events.cc
parent7d2f8b56864835f5ec1e4c48e28c3348efda16f3 (diff)
removed no-longer-used Editor::track_canvas_motion()
Diffstat (limited to 'gtk2_ardour/editor_canvas_events.cc')
-rw-r--r--gtk2_ardour/editor_canvas_events.cc11
1 files changed, 1 insertions, 10 deletions
diff --git a/gtk2_ardour/editor_canvas_events.cc b/gtk2_ardour/editor_canvas_events.cc
index e684182c12..8efb3d56e9 100644
--- a/gtk2_ardour/editor_canvas_events.cc
+++ b/gtk2_ardour/editor_canvas_events.cc
@@ -30,6 +30,7 @@
#include "canvas/canvas.h"
#include "canvas/text.h"
+#include "canvas/scroll_group.h"
#include "editor.h"
#include "keyboard.h"
@@ -200,16 +201,6 @@ Editor::track_canvas_motion_notify_event (GdkEventMotion */*event*/)
}
bool
-Editor::track_canvas_motion (GdkEvent *ev)
-{
- if (_verbose_cursor->visible ()) {
- _verbose_cursor->set_position (ev->motion.x + 10, ev->motion.y + 10);
- }
-
- return false;
-}
-
-bool
Editor::typed_event (ArdourCanvas::Item* item, GdkEvent *event, ItemType type)
{
gint ret = FALSE;