aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/unicode.h')
-rw-r--r--engines/gargoyle/unicode.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/gargoyle/unicode.h b/engines/gargoyle/unicode.h
index 806a63f1ff..2392c1afa1 100644
--- a/engines/gargoyle/unicode.h
+++ b/engines/gargoyle/unicode.h
@@ -46,11 +46,6 @@ size_t strlen_uni(const uint32 *s);
extern glui32 bufferChangeCase(glui32 *buf, glui32 len,
glui32 numchars, BufferChangeCase destcase, BufferChangeCond cond, int changerest);
-/**
- * Converts a decimal or hexadecimal string into a number
- */
-int strToInt(const char *s);
-
} // End of namespace Gargoyle
#endif