From 9a011f3a80e93c7a70f6f0397a07c74df84b7c5d Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 7 May 2007 11:09:45 +0000 Subject: Clean up the codec API - remove all unused (and in many cases inappropriate) functions, move functions used only by encoders into the HAVE_RECORDING part of the API and document the reasons for the more unexpected functions being present. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13343 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/codeclib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/codecs/lib/codeclib.h') diff --git a/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h index 366d30e..296c8cd 100644 --- a/apps/codecs/lib/codeclib.h +++ b/apps/codecs/lib/codeclib.h @@ -47,7 +47,6 @@ size_t strlen(const char *s); char *strcpy(char *dest, const char *src); char *strcat(char *dest, const char *src); int strcmp(const char *, const char *); -int strcasecmp(const char *, const char *); void qsort(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)); -- cgit v1.1