From 80386fbb02725f922834863c2ac722b9159b9379 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 16 Sep 2007 12:16:28 +0000 Subject: Turn off unused code (fixing a compiler warning) svn-id: r28925 --- engines/saga/sfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/saga') diff --git a/engines/saga/sfuncs.cpp b/engines/saga/sfuncs.cpp index aa581db6ee..bb120f5000 100644 --- a/engines/saga/sfuncs.cpp +++ b/engines/saga/sfuncs.cpp @@ -1782,7 +1782,7 @@ void Script::sfShowIHNMDemoHelpBg(SCRIPTFUNC_PARAMS) { void Script::sfAddIHNMDemoHelpTextLine(SCRIPTFUNC_PARAMS) { int stringId = thread->pop(); - int textHeight = _vm->_font->getHeight(kKnownFontVerb, thread->_strings->getString(stringId), 226, kFontCentered); + //int textHeight = _vm->_font->getHeight(kKnownFontVerb, thread->_strings->getString(stringId), 226, kFontCentered); TextListEntry textEntry; Event event; -- cgit v1.2.3