[Lemon-commits] [lemon_svn] deba: r2576 - hugo/trunk/lemon/bits
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:40 CET 2006
Author: deba
Date: Fri Feb 24 12:02:11 2006
New Revision: 2576
Modified:
hugo/trunk/lemon/bits/graph_extender.h
Log:
Bugfix
Modified: hugo/trunk/lemon/bits/graph_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/graph_extender.h (original)
+++ hugo/trunk/lemon/bits/graph_extender.h Fri Feb 24 12:02:11 2006
@@ -1263,15 +1263,6 @@
return uEdgeNotifier;
}
- ~BpUGraphExtender() {
- getNotifier(UEdge()).clear();
- getNotifier(Edge()).clear();
- getNotifier(ANode()).clear();
- getNotifier(BNode()).clear();
- getNotifier(Node()).clear();
- }
-
-
class NodeIt : public Node {
const Graph* graph;
public:
More information about the Lemon-commits
mailing list