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);
|
plat_vidapi_enable(0);
|
||||||
temp_y -= sbar_height;
|
temp_y -= sbar_height;
|
||||||
if (temp_x < 1)
|
|
||||||
temp_x = 1;
|
|
||||||
if (temp_y < 1)
|
if (temp_y < 1)
|
||||||
temp_y = 1;
|
temp_y = 1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user