1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Removed comment

This commit is contained in:
Runelaenen
2015-07-09 12:52:18 +02:00
parent 8ec0024a4d
commit 624a402fa9

View File

@@ -276,10 +276,6 @@ static void window_top_toolbar_mouseup()
if ((mainWindow = window_get_main()) != NULL)
window_zoom_in(mainWindow);
break;
/*case WIDX_ROTATE:
if ((mainWindow = window_get_main()) != NULL)
window_rotate_camera(mainWindow);
break;*/
case WIDX_CLEAR_SCENERY:
toggle_clear_scenery_window(w, WIDX_CLEAR_SCENERY);
break;