aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/widget_base.h')
-rw-r--r--engines/sherlock/tattoo/widget_base.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sherlock/tattoo/widget_base.h b/engines/sherlock/tattoo/widget_base.h
index a6c11bdb64..e94dbdd742 100644
--- a/engines/sherlock/tattoo/widget_base.h
+++ b/engines/sherlock/tattoo/widget_base.h
@@ -75,11 +75,6 @@ protected:
void handleScrollbarEvents(int index, int pageSize, int count);
/**
- * Returns the current scroll position
- */
- virtual const Common::Point &getCurrentScroll() const;
-
- /**
* Handle drawing the background on the area the widget is going to cover
*/
virtual void drawBackground();