Remove LgfContents.is*()
authorAlpar Juttner <alpar@cs.elte.hu>
Wed, 18 Jun 2008 12:59:07 +0100
changeset 1804b9ab1324c3b
parent 179 289266783a0b
child 181 e34570db81ea
Remove LgfContents.is*()
lemon/lgf_reader.h
     1.1 --- a/lemon/lgf_reader.h	Wed Jun 18 12:39:20 2008 +0100
     1.2 +++ b/lemon/lgf_reader.h	Wed Jun 18 12:59:07 2008 +0100
     1.3 @@ -2221,13 +2221,6 @@
     1.4        return _edge_maps[i];
     1.5      }
     1.6  
     1.7 -    /// \brief Returns true when the section type is \c "@arcs".
     1.8 -    ///
     1.9 -    /// Returns true when the section type is \c "@arcs", and not "@edges".
    1.10 -    bool isArcSection(int i) const {
    1.11 -      return _arc_sections[i];
    1.12 -    }
    1.13 -
    1.14      /// @}
    1.15  
    1.16      /// \name Edge sections   
    1.17 @@ -2254,13 +2247,6 @@
    1.18        return _edge_maps[i];
    1.19      }
    1.20  
    1.21 -    /// \brief Returns true when the section type is \c "@edges".
    1.22 -    ///
    1.23 -    /// Returns true when the section type is \c "@edges", and not "@arcs".
    1.24 -    bool isEdgeSection(int i) const {
    1.25 -      return !_arc_sections[i];
    1.26 -    }
    1.27 -
    1.28      /// @}
    1.29  
    1.30      /// \name Attribute sections