From f6015086e18360659552ec4f7ca898f20fad1d16 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Wed, 19 Dec 2018 06:31:26 +0000 Subject: ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455) --- engines/glk/glk.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/glk/glk.h') diff --git a/engines/glk/glk.h b/engines/glk/glk.h index 7460317fc0..55066e2cde 100644 --- a/engines/glk/glk.h +++ b/engines/glk/glk.h @@ -170,11 +170,6 @@ public: return _targetName; } - /** - * Display a message in a GUI dialog - */ - void GUIError(const char *msg, ...); - /** * Return the filename for a given save slot */ -- cgit v1.2.3