mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update game.cpp
Removed graph image path function as part of issue #90 work.
This commit is contained in:
@@ -225,10 +225,6 @@ namespace boss {
|
||||
return g_path_local / bossFolderName / "report.html";
|
||||
}
|
||||
|
||||
fs::path Game::GraphPath() const {
|
||||
return g_path_local / bossFolderName / "graph.svg";
|
||||
}
|
||||
|
||||
void Game::RefreshActivePluginsList() {
|
||||
BOOST_LOG_TRIVIAL(trace) << "Refreshing active plugins list for game: " << _name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user