diff options
-rw-r--r-- | engines/sherlock/tattoo/widget_base.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/widget_base.cpp b/engines/sherlock/tattoo/widget_base.cpp index 36202a1367..0e492c810c 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(); |