Skip to content
Snippets Groups Projects
Commit 66d352ba authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix warning C4101: 'i': unreferenced local variable

parent 2cab35ca
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4415 passed
......@@ -624,7 +624,6 @@ int win32_showmouse(void)
void win32_textmode(int mode)
{
int i;
HANDLE h;
COORD sz;
SMALL_RECT rc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment