From 60baf6d05f40bb3e72fd718e620a67f821761dd5 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Wed, 24 Jun 2020 08:26:09 -0500 Subject: [PATCH] Remove duplicate line --- cli.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cli.cpp b/cli.cpp index d6ee625e..a606d9a5 100644 --- a/cli.cpp +++ b/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 rgb_controllers; static ProfileManager* profile_manager; static NetworkServer* network_server;