Removed unused function languagedef_name.

This commit is contained in:
Guillaume Melquiond 2009-08-15 12:00:49 +00:00
parent 50352cf7f9
commit cc46cec60a
2 changed files with 0 additions and 7 deletions

View File

@ -83,11 +83,6 @@ namespace {
static language_list known_languages;
std::string languagedef_name (const language_def& def)
{
return def.language;
}
bool current_language_rtl()
{
return get_language().rtl;

View File

@ -66,8 +66,6 @@ struct language_def
typedef std::vector<language_def> language_list;
std::string languagedef_name (const language_def& def);
struct symbol_table
{
const t_string& operator[](const std::string& key) const;