diff options
author | Max Kellermann <max@duempel.org> | 2008-12-10 19:47:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-10 19:47:56 +0100 |
commit | d35bfe6d57bbd1adb830d7f7ae7ebc3c7dc9e644 (patch) | |
tree | c1ff692c546952a3bc5ca9e5c5e7c961df874a9d /src/support.h | |
parent | 5a4d4697a6729bd25b9bb0f58f2e5bc930debc9b (diff) | |
download | mpd-d35bfe6d57bbd1adb830d7f7ae7ebc3c7dc9e644.tar.gz mpd-d35bfe6d57bbd1adb830d7f7ae7ebc3c7dc9e644.tar.xz mpd-d35bfe6d57bbd1adb830d7f7ae7ebc3c7dc9e644.zip |
support: removed fallback strcasestr() implementation
The code which used to call strcasestr() has been converted to
match_line().
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 { |