mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Removed unused method
This commit is contained in:
parent
9608a0db17
commit
d7ad32b6d3
2 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue