diff options
author | Torbjörn Andersson | 2005-07-19 20:31:10 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-07-19 20:31:10 +0000 |
commit | a818b83858634003ca1ce892984496d56b387823 (patch) | |
tree | b72b07ee22a3522a5a7cebfabbc96d56f5eab0fd | |
parent | 993c262e2bf21e4e1d7b1fa6a73ed5302bc9a9d7 (diff) | |
download | scummvm-rg350-a818b83858634003ca1ce892984496d56b387823.tar.gz scummvm-rg350-a818b83858634003ca1ce892984496d56b387823.tar.bz2 scummvm-rg350-a818b83858634003ca1ce892984496d56b387823.zip |
Removed unused variable.
svn-id: r18564
-rw-r--r-- | saga/sthread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/sthread.cpp b/saga/sthread.cpp index 190e01d3fa..c5f1f74a3a 100644 --- a/saga/sthread.cpp +++ b/saga/sthread.cpp @@ -190,7 +190,6 @@ bool Script::runThread(ScriptThread *thread, uint instructionLimit) { uint16 checkStackTopIndex; ScriptFunctionType scriptFunction; - int debug_print = 0; int operandChar; int i; |