From 7fa28ffec2e842cbc7a4404d75509288afa9995e Mon Sep 17 00:00:00 2001 From: Lionel Ulmer Date: Wed, 1 May 2002 17:16:47 +0000 Subject: Removed ScummVM's private alloc / free / realloc functions. If I break something, just yell :-) svn-id: r4160 --- scumm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'scumm.h') diff --git a/scumm.h b/scumm.h index ca4d80f863..2bc475e81b 100644 --- a/scumm.h +++ b/scumm.h @@ -1351,9 +1351,6 @@ public: uint fileReadWordLE(void *handle); uint fileReadWordBE(void *handle); - static byte *alloc(int size); - static byte *realloc(void *mem, int size); - static void free(void *mem); static char *Strdup(const char *); /* Version 5 script opcodes */ -- cgit v1.2.3