aboutsummaryrefslogtreecommitdiff
path: root/engines/director/frame.cpp
diff options
context:
space:
mode:
authorTobia Tesan2017-04-30 00:18:23 +0200
committerEugene Sandulenko2017-04-30 09:48:08 +0200
commited2f09b13f31f4d9c372c2d7f8f0f66d7acb854d (patch)
treea4b1b841e67b0db6223681d368b07614fd34d411 /engines/director/frame.cpp
parentaf664fe757b0834e011e93420911428b361c516e (diff)
downloadscummvm-rg350-ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d.tar.gz
scummvm-rg350-ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d.tar.bz2
scummvm-rg350-ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d.zip
GRAPHICS: Delete MacFont in MacText
Diffstat (limited to 'engines/director/frame.cpp')
-rw-r--r--engines/director/frame.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/director/frame.cpp b/engines/director/frame.cpp
index 3b3c1ff978..49c755ce23 100644
--- a/engines/director/frame.cpp
+++ b/engines/director/frame.cpp
@@ -847,7 +847,6 @@ void Frame::renderText(Graphics::ManagedSurface &surface, uint16 spriteId, Commo
}
Graphics::MacFont *macFont = new Graphics::MacFont(textCast->fontId, textCast->fontSize, textCast->textSlant);
- // TODO: MacText must destroy me
debugC(3, kDebugText, "renderText: x: %d y: %d w: %d h: %d font: '%s'", x, y, width, height, _vm->_wm->_fontMan->getFontName(*macFont));