Removed comment

This commit is contained in:
Runelaenen 2015-07-09 12:52:18 +02:00
parent 8ec0024a4d
commit 624a402fa9
1 changed files with 0 additions and 4 deletions

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;