Skip to content

Commit

Permalink
AGI: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Dec 6, 2015
1 parent bfb326a commit 93f631e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/agi/console.cpp
Expand Up @@ -143,7 +143,6 @@ bool Console::Cmd_Version(int argc, const char **argv) {
const char *wordScanPtr = NULL;
const char *wordStartPtr = NULL;
const char *versionStartPtr = NULL;
const char *versionPtr = NULL;
int wordLen = 0;
char curChar = 0;
int versionLen = 0;
Expand Down Expand Up @@ -179,7 +178,6 @@ bool Console::Cmd_Version(int argc, const char **argv) {

// Now scan this text for version information
wordScanPtr = scriptTextPtr;
versionPtr = NULL;

do {
curChar = *wordScanPtr;
Expand Down

0 comments on commit 93f631e

Please sign in to comment.