From 57a29ac9a608b81ea847b1c041f5e61a1ac6abf0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 19 Jan 2011 14:58:20 +0000 Subject: [PATCH] Must be a vestige of some earlier code.... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37262 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Graph.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Graph.h b/src/Graph.h index 3ccc8a7075..239cbcb90a 100644 --- a/src/Graph.h +++ b/src/Graph.h @@ -47,8 +47,6 @@ public: private: /// bool bfs_init(int, bool clear_visited, std::queue & 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. -- 2.39.2