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/titanic/titanic.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/titanic/titanic.h') diff --git a/engines/titanic/titanic.h b/engines/titanic/titanic.h index 5efefe41bd..ce2188ed1e 100644 --- a/engines/titanic/titanic.h +++ b/engines/titanic/titanic.h @@ -195,11 +195,6 @@ public: */ CString getSavegameName(int slot); - /** - * Displays an error message in a GUI dialog - */ - void GUIError(const char *msg, ...) GCC_PRINTF(2, 3); - /** * Shows the ScummVM GMM save dialog */ -- cgit v1.2.3