Removed stray DDUMPs

git-svn-id: svn://ultimatepp.org/upp/trunk@1001 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-03-23 07:15:26 +00:00
parent d025586980
commit 84036412ee

View file

@ -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;