Remove duplicate line
This commit is contained in:
parent
cb9b22804a
commit
60baf6d05f
1 changed files with 0 additions and 4 deletions
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue