diff options
author | Robert Göffringmann | 2005-10-26 06:37:09 +0000 |
---|---|---|
committer | Robert Göffringmann | 2005-10-26 06:37:09 +0000 |
commit | 70ea15410d5848238c2412cb7c2cf29eb3d42520 (patch) | |
tree | 0756a2fd978d3b5fa847af841d08fc6662705171 | |
parent | ccd7557a87ff63a4dca00c589f24cb9f4baf100c (diff) | |
download | scummvm-rg350-70ea15410d5848238c2412cb7c2cf29eb3d42520.tar.gz scummvm-rg350-70ea15410d5848238c2412cb7c2cf29eb3d42520.tar.bz2 scummvm-rg350-70ea15410d5848238c2412cb7c2cf29eb3d42520.zip |
removed old and unused defines.
svn-id: r19304
-rw-r--r-- | sword1/control.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sword1/control.cpp b/sword1/control.cpp index 8613e387bf..a05a46f34d 100644 --- a/sword1/control.cpp +++ b/sword1/control.cpp @@ -40,9 +40,6 @@ namespace Sword1 { -#define SAVEFILE_WRITE true -#define SAVEFILE_READ false - enum { kKeyRepeatInitialDelay = 400, kKeyRepeatSustainDelay = 100 |