[yast-commit] r42546 - /trunk/ncurses/src/NCFrame.cc
Author: sh-sh-sh Date: Fri Nov 30 12:23:59 2007 New Revision: 42546 URL: http://svn.opensuse.org/viewcvs/yast?rev=42546&view=rev Log: YContainerWidget is now completely gone Modified: trunk/ncurses/src/NCFrame.cc Modified: trunk/ncurses/src/NCFrame.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses/src/NCFrame.cc?rev=42546&r1=42545&r2=42546&view=diff ============================================================================== --- trunk/ncurses/src/NCFrame.cc (original) +++ trunk/ncurses/src/NCFrame.cc Fri Nov 30 12:23:59 2007 @@ -64,8 +64,6 @@ // long NCFrame::nicesize( YUIDimension dim ) { - //defsze = wsze( YContainerWidget::child(0)->nicesize( YD_VERT ), - // YContainerWidget::child(0)->nicesize( YD_HORIZ ) ); defsze = wsze( firstChild()->preferredWidth(), firstChild()->preferredHeight() ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
sh-sh-sh@svn.opensuse.org