Remove obsolete code for timeofday translation

This commit is contained in:
Guillaume Melquiond 2004-10-20 07:41:12 +00:00
parent 009ca33235
commit ff6be2b77f

View file

@ -31,9 +31,6 @@ time_of_day::time_of_day(const config& cfg)
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