[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src gamestatus.cpp
From: |
Guillaume Melquiond |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src gamestatus.cpp |
Date: |
Wed, 20 Oct 2004 03:48:24 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <address@hidden> 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 <address@hidden>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src gamestatus.cpp,
Guillaume Melquiond <=