From 84036412eeb2e5be8bee3be9634789724daf2e40 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 23 Mar 2009 07:15:26 +0000 Subject: [PATCH] Removed stray DDUMPs git-svn-id: svn://ultimatepp.org/upp/trunk@1001 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Draw/DrawTextUtil.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/uppsrc/Draw/DrawTextUtil.cpp b/uppsrc/Draw/DrawTextUtil.cpp index 2320782eb..3aaed39f5 100644 --- a/uppsrc/Draw/DrawTextUtil.cpp +++ b/uppsrc/Draw/DrawTextUtil.cpp @@ -87,9 +87,6 @@ void DrawTLText(Draw& draw, int x, int y, int cx, const wchar *text, const wchar *t = s; int apos = HIWORD(accesskey); int akey = LOWORD(accesskey); - DDUMP(text); - DDUMP(akey); - DDUMP(apos); for(;;) { if(*s == '\n' || *s == '\0') { int a = x;