aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/saveload.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-07-29 06:04:16 +0000
committerChristopher Page2008-07-29 06:04:16 +0000
commit50b7e5aa0d7f7df3b750ed683a9e5fed83b91ce7 (patch)
tree14681fad71453866c2e4179d8d6c8b6472d758b4 /engines/touche/saveload.cpp
parentcf97920930df19581c2d5f1a169facdd9a3811ef (diff)
downloadscummvm-rg350-50b7e5aa0d7f7df3b750ed683a9e5fed83b91ce7.tar.gz
scummvm-rg350-50b7e5aa0d7f7df3b750ed683a9e5fed83b91ce7.tar.bz2
scummvm-rg350-50b7e5aa0d7f7df3b750ed683a9e5fed83b91ce7.zip
Added --list-saves support for TOUCHE
svn-id: r33398
Diffstat (limited to 'engines/touche/saveload.cpp')
-rw-r--r--engines/touche/saveload.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/touche/saveload.cpp b/engines/touche/saveload.cpp
index c96a28bc8e..fedd40eb76 100644
--- a/engines/touche/saveload.cpp
+++ b/engines/touche/saveload.cpp
@@ -31,11 +31,6 @@
namespace Touche {
-enum {
- kCurrentGameStateVersion = 6,
- kGameStateDescriptionLen = 32
-};
-
static void saveOrLoad(Common::WriteStream &stream, uint16 &i) {
stream.writeUint16LE(i);
}