mirror of
https://github.com/a0rtega/pafish
synced 2024-11-21 22:01:56 +03:00
Minor fix
Removed unnecessary variable declaration.
This commit is contained in:
parent
084eb6726d
commit
6e48059a56
@ -8,7 +8,6 @@
|
||||
|
||||
unsigned short init_cmd_colors() {
|
||||
CONSOLE_SCREEN_BUFFER_INFO csbi;
|
||||
unsigned short original_colors = 0;
|
||||
HANDLE handler = GetStdHandle(STD_OUTPUT_HANDLE);
|
||||
// Get original console colors
|
||||
GetConsoleScreenBufferInfo(handler, &csbi);
|
||||
|
Loading…
Reference in New Issue
Block a user