]> git.lyx.org Git - lyx.git/blobdiff - src/Graph.h
* sk.po
[lyx.git] / src / Graph.h
index 3ccc8a70752db090c22f3b7137a54f6d1938ff7d..239cbcb90a095de706785ccc7e6a95e5597fe746 100644 (file)
@@ -47,8 +47,6 @@ public:
 private:
        ///
        bool bfs_init(int, bool clear_visited, std::queue<int> & Q);
-       /// used to recover a marked path 
-       void getMarkedPath(int from, int to, EdgePath & path);
        /// these represent the arrows connecting the nodes of the graph.
        /// this is the basic representation of the graph: as a bunch of 
        /// arrows.