Skip to content

Commit

Permalink
SHERLOCK: Remove unused (and misspelled) variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Aug 9, 2015
1 parent 28af737 commit 5a7cb98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/sherlock/tattoo/widget_base.cpp
Expand Up @@ -236,7 +236,6 @@ Common::Rect WidgetBase::getScrollBarBounds() const {

void WidgetBase::drawScrollBar(int index, int pageSize, int count) {
TattooUserInterface &ui = *(TattooUserInterface *)_vm->_ui;
ImageFile &imgaes = *ui._interfaceImages;

// Fill the area with transparency
Common::Rect r = getScrollBarBounds();
Expand Down

0 comments on commit 5a7cb98

Please sign in to comment.