From 624a402fa9115c2af5bdae0584ae3e3edf3357a6 Mon Sep 17 00:00:00 2001 From: Runelaenen Date: Thu, 9 Jul 2015 12:52:18 +0200 Subject: [PATCH] Removed comment --- src/windows/top_toolbar.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/windows/top_toolbar.c b/src/windows/top_toolbar.c index 2380854f1a..f94a5c3ce9 100644 --- a/src/windows/top_toolbar.c +++ b/src/windows/top_toolbar.c @@ -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;