aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/widget_options.h')
-rw-r--r--engines/sherlock/tattoo/widget_options.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sherlock/tattoo/widget_options.h b/engines/sherlock/tattoo/widget_options.h
index b50a557f14..9be0105ab4 100644
--- a/engines/sherlock/tattoo/widget_options.h
+++ b/engines/sherlock/tattoo/widget_options.h
@@ -47,11 +47,6 @@ private:
* Render the contents of the dialog onto the widget's surface
*/
void render(OptionRenderMode mode = OP_ALL);
-
- /**
- * Close the dialog
- */
- void close();
public:
WidgetOptions(SherlockEngine *vm);
virtual ~WidgetOptions() {}