CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <[EMAIL PROTECTED]> 04/10/20 07:41:12

Modified files:
        src            : gamestatus.cpp 

Log message:
        Remove obsolete code for timeofday translation

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/gamestatus.cpp.diff?tr1=1.44&tr2=1.45&r1=text&r2=text

Patches:
Index: wesnoth/src/gamestatus.cpp
diff -u wesnoth/src/gamestatus.cpp:1.44 wesnoth/src/gamestatus.cpp:1.45
--- wesnoth/src/gamestatus.cpp:1.44     Tue Sep 21 20:35:48 2004
+++ wesnoth/src/gamestatus.cpp  Wed Oct 20 07:41:12 2004
@@ -1,4 +1,4 @@
-/* $Id: gamestatus.cpp,v 1.44 2004/09/21 20:35:48 gruikya Exp $ */
+/* $Id: gamestatus.cpp,v 1.45 2004/10/20 07:41:12 silene Exp $ */
 /*
    Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -31,9 +31,6 @@
                    green(atoi(cfg["green"].c_str())),
                    blue(atoi(cfg["blue"].c_str()))
 {
-       const std::string& lang_name = string_table[cfg["id"]];
-       if(lang_name.empty() == false)
-               name = lang_name;
 }
 
 void time_of_day::write(config& cfg) const


Reply via email to