diff options
Diffstat (limited to 'engines/parallaction/debug.cpp')
-rw-r--r-- | engines/parallaction/debug.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/parallaction/debug.cpp b/engines/parallaction/debug.cpp index 02837b3bf9..0fe2c23c30 100644 --- a/engines/parallaction/debug.cpp +++ b/engines/parallaction/debug.cpp @@ -54,16 +54,6 @@ const char *_jobDescriptions[] = { "21 - erase mouse" }; -void *memAlloc(uint32 size) { - return malloc(size); -} - -void memFree(void *m) { - free(m); - return; -} - - void beep() { // sound(1500); // delay(100); |