aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS')
-rwxr-xr-xbackends/PalmOS/Src/native/zodiacARM.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/PalmOS/Src/native/zodiacARM.cpp b/backends/PalmOS/Src/native/zodiacARM.cpp
index 20e8f52b80..9b0db9122d 100755
--- a/backends/PalmOS/Src/native/zodiacARM.cpp
+++ b/backends/PalmOS/Src/native/zodiacARM.cpp
@@ -60,15 +60,8 @@ static void palm_main(int argc, char **argvP) {
assert(g_system);
- // Invoke the actual ScummVM main entry point:
- extern void initGlobalHashes();
- initGlobalHashes();
-
scummvm_main(argc, argvP);
- extern void freeGlobalHashes();
- freeGlobalHashes();
-
g_system->quit(); // TODO: Consider removing / replacing this!
}