commenting out an unused function which only throws deprecation warnings
This commit is contained in:
@@ -244,11 +244,11 @@ DictionaryManager::add_directory(const std::string& pathname)
|
||||
search_path.push_back(pathname);
|
||||
}
|
||||
|
||||
void
|
||||
/*void
|
||||
DictionaryManager::set_filesystem(std::auto_ptr<FileSystem> filesystem_)
|
||||
{
|
||||
filesystem = filesystem_;
|
||||
}
|
||||
}*/
|
||||
// ----------------------------------------------------------------------------
|
||||
/** This function converts a .po filename (e.g. zh_TW.po) into a language
|
||||
* specification (zh_TW). On case insensitive file systems (think windows)
|
||||
|
||||
@@ -89,7 +89,7 @@ public:
|
||||
/** Return a set of the available languages in their country code */
|
||||
std::set<Language> get_languages();
|
||||
|
||||
void set_filesystem(std::auto_ptr<FileSystem> filesystem);
|
||||
//void set_filesystem(std::auto_ptr<FileSystem> filesystem);
|
||||
std::string convertFilename2Language(const std::string &s_in) const;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user