mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
/W4: Remove unreferenced local variables
Removed additional dead code.
This commit is contained in:
parent
48547325ee
commit
0aa62890bb
@ -31,8 +31,6 @@ void SetConsoleBackgroundColor(COLORREF color)
|
||||
HANDLE consoleOut = GetStdHandle(STD_OUTPUT_HANDLE);
|
||||
GetConsoleScreenBufferInfoEx(consoleOut, &sbInfoEx);
|
||||
|
||||
COLORREF storedBG = sbInfoEx.ColorTable[0];
|
||||
|
||||
sbInfoEx.ColorTable[0] = color;
|
||||
SetConsoleScreenBufferInfoEx(consoleOut, &sbInfoEx);
|
||||
}
|
||||
@ -101,7 +99,6 @@ void Console_Init()
|
||||
}
|
||||
#endif // !NETCONSOLE
|
||||
|
||||
HANDLE hInput = GetStdHandle(STD_INPUT_HANDLE);
|
||||
HANDLE hOutput = GetStdHandle(STD_OUTPUT_HANDLE);
|
||||
DWORD dwMode = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user