diff options
Diffstat (limited to 'src/support.h')
-rw-r--r-- | src/support.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/support.h b/src/support.h index bebbbdad0..488629236 100644 --- a/src/support.h +++ b/src/support.h @@ -24,10 +24,6 @@ #include <glib.h> -#ifndef HAVE_STRCASESTR -const char *strcasestr(const char *haystack, const char *needle); -#endif - #ifndef NCMPC_MINI typedef struct { |