From 741e40946ac081e84b3572abca2709398ebb5986 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Wed, 29 Jan 2014 10:16:44 +0000 Subject: [PATCH] Update game.h Removed GraphPath function as part of issue #90 work. --- src/backend/game.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/game.h b/src/backend/game.h index 17d7b46f..387d6b3f 100644 --- a/src/backend/game.h +++ b/src/backend/game.h @@ -68,7 +68,6 @@ namespace boss { boost::filesystem::path MasterlistPath() const; boost::filesystem::path UserlistPath() const; boost::filesystem::path ReportPath() const; - boost::filesystem::path GraphPath() const; bool IsActive(const std::string& plugin) const;