remove irrelevant comment
git-svn-id: svn://localhost/ardour2/branches/3.0@8801 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
44f99e9217
commit
ce9470272c
@ -293,10 +293,6 @@ MidiRegionView::canvas_event(GdkEvent* ev)
|
||||
return false;
|
||||
}
|
||||
|
||||
/* XXX: note that until version 2.30, the GnomeCanvas did not propagate scroll events
|
||||
to its items, which means that ev->type == GDK_SCROLL will never be seen
|
||||
*/
|
||||
|
||||
switch (ev->type) {
|
||||
case GDK_SCROLL:
|
||||
return scroll (&ev->scroll);
|
||||
|
Loading…
Reference in New Issue
Block a user