diff options
author | Torbjörn Andersson | 2005-04-05 16:28:18 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-04-05 16:28:18 +0000 |
commit | 39ff74b40d04b318474935cdb3ede18b5b7cf77e (patch) | |
tree | bbf5b965de44a81538af2d89cf225465b892495b /gob | |
parent | f8c0d3ebf4c4c5b3065661e30d67e016eca5012b (diff) | |
download | scummvm-rg350-39ff74b40d04b318474935cdb3ede18b5b7cf77e.tar.gz scummvm-rg350-39ff74b40d04b318474935cdb3ede18b5b7cf77e.tar.bz2 scummvm-rg350-39ff74b40d04b318474935cdb3ede18b5b7cf77e.zip |
Removed unused variables.
svn-id: r17392
Diffstat (limited to 'gob')
-rw-r--r-- | gob/game.cpp | 1 | ||||
-rw-r--r-- | gob/inter.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gob/game.cpp b/gob/game.cpp index 50a85320c3..5b3cfeaa0c 100644 --- a/gob/game.cpp +++ b/gob/game.cpp @@ -1724,7 +1724,6 @@ void game_playTot(int16 skipPlay) { char *savedIP; //struct date dateVal; int16 i; - int16 j; oldNestLevel = inter_nestLevel; oldBreakFrom = inter_breakFromLevel; diff --git a/gob/inter.cpp b/gob/inter.cpp index 7ae38aec7b..636d02a78c 100644 --- a/gob/inter.cpp +++ b/gob/inter.cpp @@ -790,7 +790,6 @@ void inter_loadCursor(void) { int16 width; int16 height; int16 offset; - int16 elemsCount; char *dataBuf; int16 id; int8 index; |