[Scummvm-cvs-logs] scummvm master -> 5a7cb98ec3d6d6b6c2d0059529d2d4b8c3d67e4b

eriktorbjorn eriktorbjorn at telia.com
Sun Aug 9 23:08:26 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5a7cb98ec3 SHERLOCK: Remove unused (and misspelled) variable


Commit: 5a7cb98ec3d6d6b6c2d0059529d2d4b8c3d67e4b
    https://github.com/scummvm/scummvm/commit/5a7cb98ec3d6d6b6c2d0059529d2d4b8c3d67e4b
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-08-09T23:07:13+02:00

Commit Message:
SHERLOCK: Remove unused (and misspelled) variable

Changed paths:
    engines/sherlock/tattoo/widget_base.cpp



diff --git a/engines/sherlock/tattoo/widget_base.cpp b/engines/sherlock/tattoo/widget_base.cpp
index 36202a1..0e492c8 100644
--- a/engines/sherlock/tattoo/widget_base.cpp
+++ b/engines/sherlock/tattoo/widget_base.cpp
@@ -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();






More information about the Scummvm-git-logs mailing list