aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/util.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-11-11 10:36:10 +0000
committerArnaud Boutonné2010-11-11 10:36:10 +0000
commit84e4c1742a849e2d8087528c3ba4ecce37896512 (patch)
treee4363831315adca4e0d63a72a231d3e20c632b98 /engines/hugo/util.h
parent203ff5e19a6107c71dc27909fa4982278d0436fe (diff)
downloadscummvm-rg350-84e4c1742a849e2d8087528c3ba4ecce37896512.tar.gz
scummvm-rg350-84e4c1742a849e2d8087528c3ba4ecce37896512.tar.bz2
scummvm-rg350-84e4c1742a849e2d8087528c3ba4ecce37896512.zip
HUGO: Suppress the use of Utils::Error, cleanup
svn-id: r54198
Diffstat (limited to 'engines/hugo/util.h')
-rw-r--r--engines/hugo/util.h1
1 files changed, 0 insertions, 1 deletions
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);