diff -r ef2d00e46897 -r c2992fd74dad lemon/concept/graph.h --- a/lemon/concept/graph.h Wed Feb 22 12:45:59 2006 +0000 +++ b/lemon/concept/graph.h Wed Feb 22 18:26:56 2006 +0000 @@ -44,8 +44,6 @@ public IterableGraphComponent, public MappableGraphComponent { public: - typedef False UTag; - typedef BaseGraphComponent::Node Node; typedef BaseGraphComponent::Edge Edge; @@ -123,10 +121,6 @@ public: ///\e - ///\todo undocumented - /// - typedef False UTag; - /// Defalult constructor. /// Defalult constructor.