diff options
author | Sebastian Geerken <devnull@localhost> | 2014-11-17 20:25:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-11-17 20:25:01 +0100 |
commit | f83977c78fb00b0c1d57235e4e9784af822d39ba (patch) | |
tree | 950d92a4f8c6ee791f3ea581366438edb2407b26 /dw/widget.cc | |
parent | 474dc2e3c3f0a9443a86766067f021db08bfc741 (diff) |
RTFL messages.
Diffstat (limited to 'dw/widget.cc')
-rw-r--r-- | dw/widget.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dw/widget.cc b/dw/widget.cc index 1e7a05d1..ccded039 100644 --- a/dw/widget.cc +++ b/dw/widget.cc @@ -480,12 +480,6 @@ void Widget::sizeRequest (Requisition *requisition) enterSizeRequest (); - //printf ("The %stop-level %s %p with parentRef = %d: needsResize: %s, " - // "resizeQueued = %s\n", - // parent ? "non-" : "", getClassName(), this, parentRef, - // needsResize () ? "true" : "false", - // resizeQueued () ? "true" : "false"); - if (resizeQueued ()) { // This method is called outside of Layout::resizeIdle. setFlags (NEEDS_RESIZE); @@ -507,9 +501,6 @@ void Widget::sizeRequest (Requisition *requisition) } else *requisition = this->requisition; - //printf (" ==> Result: %d x (%d + %d)\n", - // requisition->width, requisition->ascent, requisition->descent); - leaveSizeRequest (); DBG_OBJ_LEAVE (); |