.removing stray DLOGs

git-svn-id: svn://ultimatepp.org/upp/trunk@3679 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-07-19 18:37:29 +00:00
parent 53d350fc64
commit 79fceb3e83
3 changed files with 1 additions and 4 deletions

View file

@ -248,7 +248,6 @@ TopWindow *Ctrl::GetMainWindow()
{
GuiLock __;
Ctrl *q = GetTopCtrl();
DDUMP(Upp::Name(q));
for(;;) {
Ctrl *w = q->GetOwner();
if(!w)

View file

@ -284,8 +284,6 @@ void Ctrl::SetFocusWnd()
GuiLock __;
// notification, don't set host platform focus here
LLOG("Ctrl::SetFocusWnd");
DDUMP(Upp::Name(focusCtrlWnd));
DDUMP(Upp::Name(this));
if(focusCtrlWnd != this) {
LLOG("Ctrl::SetFocusWnd->ActivateWnd");
ActivateWnd();

View file

@ -2,7 +2,7 @@
NAMESPACE_UPP
#define LLOG(x) DLOG(x)
#define LLOG(x) // DLOG(x)
Rect TopWindow::windowFrameMargin;