# HG changeset patch # User Alpar Juttner # Date 1213790347 -3600 # Node ID 4b9ab1324c3b61379d9418124bff690db6d8b62e # Parent 289266783a0b7f69480d9d97eced189c4d9cd125 Remove LgfContents.is*() diff -r 289266783a0b -r 4b9ab1324c3b lemon/lgf_reader.h --- a/lemon/lgf_reader.h Wed Jun 18 12:39:20 2008 +0100 +++ b/lemon/lgf_reader.h Wed Jun 18 12:59:07 2008 +0100 @@ -2221,13 +2221,6 @@ return _edge_maps[i]; } - /// \brief Returns true when the section type is \c "@arcs". - /// - /// Returns true when the section type is \c "@arcs", and not "@edges". - bool isArcSection(int i) const { - return _arc_sections[i]; - } - /// @} /// \name Edge sections @@ -2254,13 +2247,6 @@ return _edge_maps[i]; } - /// \brief Returns true when the section type is \c "@edges". - /// - /// Returns true when the section type is \c "@edges", and not "@arcs". - bool isEdgeSection(int i) const { - return !_arc_sections[i]; - } - /// @} /// \name Attribute sections