Rules: Removed unused method

This commit is contained in:
Paul Beckingham 2016-05-10 19:51:54 -04:00
parent 9608a0db17
commit d7ad32b6d3
2 changed files with 0 additions and 6 deletions

View file

@ -323,11 +323,6 @@ void Rules::parseRule (const std::string& input)
}
}
////////////////////////////////////////////////////////////////////////////////
void Rules::parseRuleGeneral (const std::vector <std::string>& lines)
{
}
////////////////////////////////////////////////////////////////////////////////
void Rules::parseRuleSettings (
const std::vector <std::string>& lines)

View file

@ -57,7 +57,6 @@ public:
private:
void parse (const std::string&, int next = 1);
void parseRule (const std::string&);
void parseRuleGeneral (const std::vector <std::string>&);
void parseRuleSettings (const std::vector <std::string>&);
unsigned int getIndentation (const std::string&);