From 016d996131d560db6d72476ae29c74df84746fff Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 28 Oct 2008 20:33:56 +0100 Subject: utils: use g_str_has_prefix() instead of prefixcmp() Remove duplicated code from MPD. --- src/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 5f3b26c5f..09260c0a2 100644 --- a/src/utils.h +++ b/src/utils.h @@ -104,6 +104,4 @@ void xpthread_mutex_destroy(pthread_mutex_t *mutex); void xpthread_cond_destroy(pthread_cond_t *cond); -int prefixcmp(const char *str, const char *prefix); - #endif -- cgit v1.2.3