Skip to content

Commit

Permalink
ACCESS: Remove two unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Aug 17, 2014
1 parent ff01ee6 commit 1ab8940
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion engines/access/asurface.cpp
Expand Up @@ -253,7 +253,6 @@ void ASurface::copyTo(ASurface *dest, const Common::Rect &bounds) {
int scaleY = SCALE_LIMIT * bounds.height() / this->h;
int scaleXCtr = 0, scaleYCtr = 0;

int y = bounds.top;
for (int yCtr = 0, y = bounds.top; yCtr < this->h; ++yCtr) {
// Handle skipping lines if Y scaling
scaleYCtr += scaleY;
Expand Down
2 changes: 0 additions & 2 deletions engines/access/scripts.cpp
Expand Up @@ -117,8 +117,6 @@ void Scripts::executeCommand(int commandIndex) {
}

void Scripts::CMDOBJECT() {
byte id;

_vm->_room->_bubbleBox.load(_data);
}

Expand Down

0 comments on commit 1ab8940

Please sign in to comment.