Author: mordante
Date: Thu May 17 18:21:50 2012
New Revision: 54184

URL: http://svn.gna.org/viewcvs/wesnoth?rev=54184&view=rev
Log:
Remove tcontrol's unneeded virtual destructor.

The base class already has a virtual destructor so no need to add it
in this class.

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

Modified: trunk/src/gui/widgets/control.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/control.hpp?rev=54184&r1=54183&r2=54184&view=diff
==============================================================================
--- trunk/src/gui/widgets/control.hpp (original)
+++ trunk/src/gui/widgets/control.hpp Thu May 17 18:21:50 2012
@@ -29,8 +29,6 @@
 public:
 
        explicit tcontrol(const unsigned canvas_count);
-
-       virtual ~tcontrol() {}
 
        /**
         * Sets the members of the control.


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

Reply via email to