From d35bfe6d57bbd1adb830d7f7ae7ebc3c7dc9e644 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 10 Dec 2008 19:47:56 +0100 Subject: support: removed fallback strcasestr() implementation The code which used to call strcasestr() has been converted to match_line(). --- src/support.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/support.h') 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 -#ifndef HAVE_STRCASESTR -const char *strcasestr(const char *haystack, const char *needle); -#endif - #ifndef NCMPC_MINI typedef struct { -- cgit v1.2.3