From d7ad32b6d38e403a0dd0691bcc557950efd0a587 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 10 May 2016 19:51:54 -0400 Subject: [PATCH] Rules: Removed unused method --- src/Rules.cpp | 5 ----- src/Rules.h | 1 - 2 files changed, 6 deletions(-) diff --git a/src/Rules.cpp b/src/Rules.cpp index 23c58df5..52a3d9fa 100644 --- a/src/Rules.cpp +++ b/src/Rules.cpp @@ -323,11 +323,6 @@ void Rules::parseRule (const std::string& input) } } -//////////////////////////////////////////////////////////////////////////////// -void Rules::parseRuleGeneral (const std::vector & lines) -{ -} - //////////////////////////////////////////////////////////////////////////////// void Rules::parseRuleSettings ( const std::vector & lines) diff --git a/src/Rules.h b/src/Rules.h index e4af8796..cd07b568 100644 --- a/src/Rules.h +++ b/src/Rules.h @@ -57,7 +57,6 @@ public: private: void parse (const std::string&, int next = 1); void parseRule (const std::string&); - void parseRuleGeneral (const std::vector &); void parseRuleSettings (const std::vector &); unsigned int getIndentation (const std::string&);