From ed2f09b13f31f4d9c372c2d7f8f0f66d7acb854d Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Sun, 30 Apr 2017 00:18:23 +0200 Subject: GRAPHICS: Delete MacFont in MacText --- engines/director/frame.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') 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)); -- cgit v1.2.3