aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorChris Apers2007-09-01 19:21:29 +0000
committerChris Apers2007-09-01 19:21:29 +0000
commitf2aea09cbb40765ded391f20b3f1b78533b714eb (patch)
tree3118b9bf3becc529b6119e3172fd42c695d8168c /backends
parent500481c4ec684bc943ea5e4c30786bec49871629 (diff)
downloadscummvm-rg350-f2aea09cbb40765ded391f20b3f1b78533b714eb.tar.gz
scummvm-rg350-f2aea09cbb40765ded391f20b3f1b78533b714eb.tar.bz2
scummvm-rg350-f2aea09cbb40765ded391f20b3f1b78533b714eb.zip
Cleanup: remove obsolete files related to old 68k version not supported anymore
svn-id: r28804
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/PalmOS/Src/palm-scumm-md5.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/backends/platform/PalmOS/Src/palm-scumm-md5.h b/backends/platform/PalmOS/Src/palm-scumm-md5.h
deleted file mode 100644
index bf82c8e93d..0000000000
--- a/backends/platform/PalmOS/Src/palm-scumm-md5.h
+++ /dev/null
@@ -1,9 +0,0 @@
-
-struct MD5Table {
- const char md5[32 + 1];
- const char target[16 + 1];
- Common::Language language;
- Common::Platform platform;
-};
-
-static const MD5Table *md5table; \ No newline at end of file