Author: rgheck
Date: Wed Jan 19 15:58:20 2011
New Revision: 37262
URL: http://www.lyx.org/trac/changeset/37262
Log:
Must be a vestige of some earlier code....
Modified:
lyx-devel/trunk/src/Graph.h
Modified: lyx-devel/trunk/src/Graph.h
==============================================================================
--- lyx-devel/trunk/src/Graph.h Wed Jan 19 15:29:46 2011 (r37261)
+++ lyx-devel/trunk/src/Graph.h Wed Jan 19 15:58:20 2011 (r37262)
@@ -47,8 +47,6 @@
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.