aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-02 23:10:24 -0400
committerPaul Gilbert2015-07-02 23:10:24 -0400
commit8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017 (patch)
tree597cad5352956972b406d9d1497dd689d1855d9b /engines/sherlock/tattoo/widget_inventory.h
parent480003f48d0cb8fd0fa40cb8a3ebab8dc8597f8a (diff)
downloadscummvm-rg350-8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017.tar.gz
scummvm-rg350-8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017.tar.bz2
scummvm-rg350-8d7528c4ce1d938e3bf43b69f88a6a90f0e6d017.zip
SHERLOCK: RT: Implemented render method for talk dialog
Diffstat (limited to 'engines/sherlock/tattoo/widget_inventory.h')
-rw-r--r--engines/sherlock/tattoo/widget_inventory.h6
1 files changed, 0 insertions, 6 deletions
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;
@@ -87,11 +86,6 @@ private:
void drawBars();
/**
- * Draw the scrollbar for the dialog
- */
- void drawScrollBar();
-
- /**
* Check for keys to mouse the mouse within the inventory dialog
*/
void checkInvTabbingKeys();