Removed a redundant if block from win/win_ui.c.

This commit is contained in:
OBattler
2020-01-14 22:21:24 +01:00
parent 3e720fdd96
commit b9f3fdc548

View File

@@ -628,8 +628,6 @@ MainWindowProcedure(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
plat_vidapi_enable(0);
temp_y -= sbar_height;
if (temp_x < 1)
temp_x = 1;
if (temp_y < 1)
temp_y = 1;