Author: mordante
Date: Mon Apr  7 21:22:26 2008
New Revision: 25661

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25661&view=rev
Log:
Remove a no longer needed function.

Modified:
    trunk/src/gui/widgets/widget.hpp

Modified: trunk/src/gui/widgets/widget.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/widget.hpp?rev=25661&r1=25660&r2=25661&view=diff
==============================================================================
--- trunk/src/gui/widgets/widget.hpp (original)
+++ trunk/src/gui/widgets/widget.hpp Mon Apr  7 21:22:26 2008
@@ -116,11 +116,6 @@
 #if 0
        virtual void help(); // send when F1 is pressed on widget to get more 
help
 #endif
-
-       // layout sets up the children, this is only used by container
-       // containers should know their own size and optimize their 
-       // children.
-       virtual void layout() {}
 
        bool wants_mouse_hover() const { return wants_mouse_hover_; }
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to