Update game.cpp

Removed graph image path function as part of issue #90 work.
This commit is contained in:
WrinklyNinja
2014-01-29 10:16:16 +00:00
parent b3135c0f23
commit 760ae4f485
-4
View File
@@ -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;