aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/util.h
diff options
context:
space:
mode:
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);