13
0

remove irrelevant comment

git-svn-id: svn://localhost/ardour2/branches/3.0@8801 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-09 14:04:31 +00:00
parent 44f99e9217
commit ce9470272c

View File

@ -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);