Skip to content

Commit

Permalink
ACCESS: Remove a useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jan 30, 2015
1 parent 49d06c1 commit 576ad39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion engines/access/access.h
Expand Up @@ -194,7 +194,6 @@ class AccessEngine : public Engine {
bool _canSaveLoad;

Resource *_establish;
int _et;
int _printEnd;
int _txtPages;
int _narateFile;
Expand Down
1 change: 0 additions & 1 deletion engines/access/amazon/amazon_game.cpp
Expand Up @@ -272,7 +272,6 @@ void AmazonEngine::doEstablish(int screenId, int estabIndex) {
}

loadEstablish(estabIndex);
_et = estabIndex;
uint16 msgOffset;
if (!isCD())
msgOffset = READ_LE_UINT16(_establish->data() + (estabIndex * 2));
Expand Down

0 comments on commit 576ad39

Please sign in to comment.