mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-15 04:31:50 -04: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