mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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
This commit is contained in:
parent
0aee72871b
commit
57a29ac9a6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user