Remove duplicate line

This commit is contained in:
Adam Honse 2020-06-24 08:26:09 -05:00
parent cb9b22804a
commit 60baf6d05f

View file

@ -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;