Author: mordante
Date: Sun Jun 22 12:12:23 2008
New Revision: 27392

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27392&view=rev
Log:
Remove not needed private default constructor.

Modified:
    trunk/src/server/ban.hpp

Modified: trunk/src/server/ban.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/ban.hpp?rev=27392&r1=27391&r2=27392&view=diff
==============================================================================
--- trunk/src/server/ban.hpp (original)
+++ trunk/src/server/ban.hpp Sun Jun 22 12:12:23 2008
@@ -39,8 +39,6 @@
                time_t end_time_;
                std::string reason_;
                bool deleted_;
-
-               banned() {}
 
        public:
                banned(const std::string& ip, const time_t end_time, const 
std::string& reason);


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

Reply via email to