X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/8481ea2740db7758f5533abfdbdbacce1ac6b919..HEAD:/src/settingsfileparser.cpp diff --git a/src/settingsfileparser.cpp b/src/settingsfileparser.cpp index a211307..0066269 100644 --- a/src/settingsfileparser.cpp +++ b/src/settingsfileparser.cpp @@ -42,12 +42,6 @@ struct IniGrammar qi::rule comment, space, eol; }; -inline -bool sectionExists(const SectionsType & data, const std::string & sectionName) throw() -{ - return data.find(sectionName) != data.end(); -} - inline bool fieldExists(const SectionsType & data, const std::string & sectionName, const std::string & fieldName) throw() {