diff -r e6bc5c0032e9 -r 93de38566e6c lemon/topology.h --- a/lemon/topology.h Wed Nov 28 18:05:49 2007 +0000 +++ b/lemon/topology.h Fri Nov 30 09:22:38 2007 +0000 @@ -715,7 +715,6 @@ /// /// \param graph The graph. /// \return %True when the graph bi-node-connected. - /// \todo Make it faster. template bool biNodeConnected(const UGraph& graph) { return countBiNodeConnectedComponents(graph) == 1; @@ -1042,7 +1041,6 @@ /// /// \param graph The undirected graph. /// \return The number of components. - /// \todo Make it faster. template bool biEdgeConnected(const UGraph& graph) { return countBiEdgeConnectedComponents(graph) == 1;