diff -r dc9e8d2c0df9 -r 66bb22401834 lemon/smart_graph.h --- a/lemon/smart_graph.h Fri Sep 26 13:46:49 2008 +0200 +++ b/lemon/smart_graph.h Sat Sep 27 13:45:50 2008 +0200 @@ -300,7 +300,6 @@ ///may be invalidated. ///\warning This functionality cannot be used together with the Snapshot ///feature. - ///\todo It could be implemented in a bit faster way. Node split(Node n, bool connect = true) { Node b = addNode();