mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-29 01:11:10 -05:00
Remove duplicate line
This commit is contained in:
4
cli.cpp
4
cli.cpp
@@ -33,10 +33,6 @@ static void Sleep(unsigned int milliseconds)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32 /* swy: quirk for MSVC; which doesn't support this case-insensitive function */
|
||||
#define strcasecmp strcmpi
|
||||
#endif
|
||||
|
||||
static std::vector<RGBController*> rgb_controllers;
|
||||
static ProfileManager* profile_manager;
|
||||
static NetworkServer* network_server;
|
||||
|
||||
Reference in New Issue
Block a user