Update graph.h

Removed SaveGraph function as part of issue #90 work.
This commit is contained in:
WrinklyNinja
2014-01-29 10:22:18 +00:00
parent 070340182a
commit 039c86fd24
-2
View File
@@ -49,8 +49,6 @@ namespace boss {
bool GetVertexByName(const PluginGraph& graph, const std::string& name, vertex_t& vertex);
void SaveGraph(const PluginGraph& graph, const boost::filesystem::path outpath);
void Sort(const PluginGraph& graph, std::list<Plugin>& plugins);
void CheckForCycles(const PluginGraph& graph);