aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/utils/utils.h')
-rw-r--r--engines/wintermute/utils/utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/wintermute/utils/utils.h b/engines/wintermute/utils/utils.h
index 3baafaa606..3cb01c57b8 100644
--- a/engines/wintermute/utils/utils.h
+++ b/engines/wintermute/utils/utils.h
@@ -38,9 +38,7 @@ class BaseGame;
class BaseUtils {
public:
- static void clip(int *destX, int *destY, Rect32 *srcRect, Rect32 *destRect);
static void swap(int *a, int *b);
- static bool strBeginsI(const char *string, const char *fragment);
static float normalizeAngle(float angle);
static void createPath(const char *path, bool pathOnly = false);
@@ -57,9 +55,6 @@ public:
static bool matchesPattern(const char *pattern, const char *string);
- static char *getPath(const char *filename);
- static char *getFilename(const char *filename);
-
static void RGBtoHSL(uint32 RGBColor, byte *OutH, byte *OutS, byte *OutL);
static uint32 HSLtoRGB(byte H, byte S, byte L);