aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h3
1 files changed, 0 insertions, 3 deletions
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 */