mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed obsolete report data path function.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user