From da0ba41903bf50c3a6cb2923ca943386cd984f8c Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Sun, 29 Jul 2012 14:56:39 +0200 Subject: WINTERMUTE: Remove more unused utils. --- engines/wintermute/utils/utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/wintermute/utils/utils.h') diff --git a/engines/wintermute/utils/utils.h b/engines/wintermute/utils/utils.h index 5b3ce65470..36a7398869 100644 --- a/engines/wintermute/utils/utils.h +++ b/engines/wintermute/utils/utils.h @@ -46,15 +46,12 @@ public: static void debugMessage(const char *text); static char *setString(char **string, const char *value); - static int strNumEntries(const char *str, const char delim = ','); static char *strEntry(int entry, const char *str, const char delim = ','); static int randomInt(int from, int to); static float randomFloat(float from, float to); static float randomAngle(float from, float to); - static bool matchesPattern(const char *pattern, const char *string); - static void RGBtoHSL(uint32 rgbColor, byte *outH, byte *outS, byte *outL); static uint32 HSLtoRGB(byte H, byte S, byte L); -- cgit v1.2.3