mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
removed no-longer-used Editor::track_canvas_motion()
Conflicts: gtk2_ardour/editor.h
This commit is contained in:
parent
e99734f07a
commit
2f77f2bc69
13 changed files with 40 additions and 61 deletions
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "canvas/canvas.h"
|
||||
#include "canvas/text.h"
|
||||
#include "canvas/scroll_group.h"
|
||||
|
||||
#include "editor.h"
|
||||
#include "keyboard.h"
|
||||
|
|
@ -199,16 +200,6 @@ Editor::track_canvas_motion_notify_event (GdkEventMotion */*event*/)
|
|||
return false;
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue