Removed obsolete report data path function.

This commit is contained in:
Oliver Hamlet
2014-09-27 19:52:47 +01:00
parent 34b07a329b
commit c0eeca061f
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -459,10 +459,6 @@ namespace loot {
return g_path_local / lootFolderName / "userlist.yaml";
}
fs::path Game::ReportDataPath() const {
return g_path_local / lootFolderName / "reportdata.js";
}
void Game::RefreshActivePluginsList() {
BOOST_LOG_TRIVIAL(debug) << "Refreshing active plugins list for game: " << _name;
-1
View File
@@ -127,7 +127,6 @@ namespace loot {
boost::filesystem::path DataPath() const;
boost::filesystem::path MasterlistPath() const;
boost::filesystem::path UserlistPath() const;
boost::filesystem::path ReportDataPath() const;
//Game plugin functions.
bool IsActive(const std::string& plugin) const;