mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Removed a redundant if block from win/win_ui.c.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user