aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/util.cpp
diff options
context:
space:
mode:
authorstrangerke2011-02-18 22:24:32 +0100
committerstrangerke2011-02-18 22:24:32 +0100
commitec559360ab48b2c1044dd36ae54e01d9a180055c (patch)
tree233e89cd8970471b183be4b20a4a3afce17eb097 /engines/hugo/util.cpp
parenta6593c294efc848460126f3bd0270d96053fab9e (diff)
downloadscummvm-rg350-ec559360ab48b2c1044dd36ae54e01d9a180055c.tar.gz
scummvm-rg350-ec559360ab48b2c1044dd36ae54e01d9a180055c.tar.bz2
scummvm-rg350-ec559360ab48b2c1044dd36ae54e01d9a180055c.zip
HUGO: Move several short function bodies from headers to cpp files
Diffstat (limited to 'engines/hugo/util.cpp')
-rw-r--r--engines/hugo/util.cpp7
1 files changed, 0 insertions, 7 deletions
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;