Skip to content

Commit 937223e

Browse files
committed
remove zoom
1 parent 9898b91 commit 937223e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Source/Managers/UInputMan.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -810,12 +810,6 @@ void UInputMan::HandleSpecialInput() {
810810
if (KeyPressed(SDLK_p)) {
811811
g_PerformanceMan.ShowAdvancedPerformanceStats(!g_PerformanceMan.AdvancedPerformanceStatsEnabled());
812812
}
813-
} else if (KeyPressed(SDLK_PLUS)) {
814-
g_FrameMan.SetZoom(g_FrameMan.GetZoom() + 0.1f);
815-
} else if (KeyPressed(SDLK_MINUS)) {
816-
g_FrameMan.SetZoom(g_FrameMan.GetZoom() - 0.1f);
817-
} else if (KeyPressed(SDLK_EQUALS)) {
818-
g_FrameMan.SetZoom(1.0f);
819813
}
820814
} else {
821815
if (KeyPressed(SDLK_F1)) {

0 commit comments

Comments
 (0)