From 84e4c1742a849e2d8087528c3ba4ecce37896512 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Thu, 11 Nov 2010 10:36:10 +0000 Subject: HUGO: Suppress the use of Utils::Error, cleanup svn-id: r54198 --- engines/hugo/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/hugo/util.h') diff --git a/engines/hugo/util.h b/engines/hugo/util.h index a3e206dba9..7120ebf771 100644 --- a/engines/hugo/util.h +++ b/engines/hugo/util.h @@ -54,7 +54,6 @@ int lastBit(byte data); void gameOverMsg(); void reverseByte(byte *data); -void Error(int code, const char *format, ...) GCC_PRINTF(2, 3); char *Box(box_t, const char *, ...) GCC_PRINTF(2, 3); char *strlwr(char *buffer); -- cgit v1.2.3