From ec559360ab48b2c1044dd36ae54e01d9a180055c Mon Sep 17 00:00:00 2001 From: strangerke Date: Fri, 18 Feb 2011 22:24:32 +0100 Subject: HUGO: Move several short function bodies from headers to cpp files --- engines/hugo/util.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'engines/hugo/util.cpp') diff --git a/engines/hugo/util.cpp b/engines/hugo/util.cpp index f8f9f5a0a5..f342d4e354 100644 --- a/engines/hugo/util.cpp +++ b/engines/hugo/util.cpp @@ -140,13 +140,6 @@ char *Utils::Box(box_t dismiss, const char *s, ...) { return buffer; } -/** - * Print options for user when dead - */ -void Utils::gameOverMsg(void) { - Utils::Box(kBoxOk, "%s", HugoEngine::get()._text->getTextUtil(kGameOver)); -} - char *Utils::strlwr(char *buffer) { char *result = buffer; -- cgit v1.2.3