From 9ca62e6f619fc45b6d305ed46eea439cf78855c9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 4 Jul 2015 11:28:55 -0400 Subject: SHERLOCK: RT: Consolidate scroll position into the Screen class --- engines/sherlock/tattoo/widget_base.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/sherlock/tattoo/widget_base.h') 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 @@ -74,11 +74,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 */ -- cgit v1.2.3