From 78b8e4a437b34a3956283dae08a6718a01b00e63 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 26 May 2011 21:04:01 +0000 Subject: remove BLI_streq() since it was hardly used, also replace string search with BLI_findstring(). --- source/blender/blenlib/BLI_string.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/blender/blenlib/BLI_string.h') diff --git a/source/blender/blenlib/BLI_string.h b/source/blender/blenlib/BLI_string.h index 69702f72026..408809661cf 100644 --- a/source/blender/blenlib/BLI_string.h +++ b/source/blender/blenlib/BLI_string.h @@ -122,13 +122,6 @@ __attribute__ ((format (printf, 1, 2))) #endif ; - /** - * Compare two strings - * - * @retval True if the strings are equal, false otherwise. - */ -int BLI_streq(const char *a, const char *b); - /** * Compare two strings without regard to case. * -- cgit v1.2.3