mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Remove unrelated enum cases (-Wenum-compare-switch)
This commit is contained in:
parent
4abe3ade28
commit
fddecc11ec
1 changed files with 0 additions and 7 deletions
|
|
@ -666,13 +666,6 @@ Editor::canvas_control_point_event (GdkEvent *event, ArdourCanvas::Item* item, C
|
|||
clicked_routeview = dynamic_cast<RouteTimeAxisView*>(clicked_axisview);
|
||||
clicked_regionview = 0;
|
||||
break;
|
||||
|
||||
case GDK_SCROLL_UP:
|
||||
break;
|
||||
|
||||
case GDK_SCROLL_DOWN:
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue