Author: mordante
Date: Mon Dec  8 22:29:23 2008
New Revision: 31385

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31385&view=rev
Log:
Removed an unused member.

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

Modified: trunk/src/gui/widgets/grid.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/grid.hpp?rev=31385&r1=31384&r2=31385&view=diff
==============================================================================
--- trunk/src/gui/widgets/grid.hpp (original)
+++ trunk/src/gui/widgets/grid.hpp Mon Dec  8 22:29:23 2008
@@ -271,8 +271,7 @@
                tchild() : 
                        flags_(0),
                        border_size_(0),
-                       widget_(0),
-                       clip_()
+                       widget_(0)
 
                        // Fixme make a class wo we can store some properties 
in the cache 
                        // regarding size etc.
@@ -337,12 +336,6 @@
 
                /** Returns the space needed for the border. */
                tpoint border_space() const;
-
-               /**
-                * The clipping area for the widget. This is also the size of 
the
-                * container.
-                */
-               SDL_Rect clip_;
 
        }; // class tchild
 


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

Reply via email to