From 8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 2 Jul 2015 23:10:24 -0400 Subject: SHERLOCK: RT: Implemented render method for talk dialog --- engines/sherlock/tattoo/widget_inventory.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines/sherlock/tattoo/widget_inventory.h') diff --git a/engines/sherlock/tattoo/widget_inventory.h b/engines/sherlock/tattoo/widget_inventory.h index 77caddf86b..365dff6299 100644 --- a/engines/sherlock/tattoo/widget_inventory.h +++ b/engines/sherlock/tattoo/widget_inventory.h @@ -69,7 +69,6 @@ private: int _selector, _oldSelector; int _invVerbSelect, _oldInvVerbSelect; int _dialogTimer; - int _scrollHighlight; Common::StringArray _inventCommands; WidgetInventoryTooltip _tooltipWidget; Common::String _invVerb; @@ -86,11 +85,6 @@ private: */ void drawBars(); - /** - * Draw the scrollbar for the dialog - */ - void drawScrollBar(); - /** * Check for keys to mouse the mouse within the inventory dialog */ -- cgit v1.2.3