mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Removed stray DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@1001 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d025586980
commit
84036412ee
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue