diff options
author | Tobia Tesan | 2017-04-30 00:18:23 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-04-30 09:48:08 +0200 |
commit | ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d (patch) | |
tree | a4b1b841e67b0db6223681d368b07614fd34d411 /engines | |
parent | af664fe757b0834e011e93420911428b361c516e (diff) | |
download | scummvm-rg350-ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d.tar.gz scummvm-rg350-ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d.tar.bz2 scummvm-rg350-ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d.zip |
GRAPHICS: Delete MacFont in MacText
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/frame.cpp | 1 |
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)); |