aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/util.h b/common/util.h
index 3be8c556e0..ee03684410 100644
--- a/common/util.h
+++ b/common/util.h
@@ -47,10 +47,6 @@ void ClearBlendCache(byte *palette, int weight);
*/
void hexdump(const byte * data, int len);
-// Resource string length
-int resStrLen(const char *src);
-
-
class RandomSource {
private:
uint32 _randSeed;