mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Removed obsolete ::parseRuleTag
This commit is contained in:
parent
6abd6be7ab
commit
1eb93056f1
2 changed files with 0 additions and 9 deletions
|
@ -396,14 +396,6 @@ void Rules::parseRuleExclusions (const std::vector <std::string>& lines)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
void Rules::parseRuleTag (const std::vector <std::string>& lines)
|
|
||||||
{
|
|
||||||
for (auto& line : lines)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
unsigned int Rules::getIndentation (const std::string& line)
|
unsigned int Rules::getIndentation (const std::string& line)
|
||||||
{
|
{
|
||||||
|
|
|
@ -59,7 +59,6 @@ private:
|
||||||
void parseRuleGeneral (const std::vector <std::string>&);
|
void parseRuleGeneral (const std::vector <std::string>&);
|
||||||
void parseRuleSettings (const std::vector <std::string>&, const std::string& prefix = "");
|
void parseRuleSettings (const std::vector <std::string>&, const std::string& prefix = "");
|
||||||
void parseRuleExclusions (const std::vector <std::string>&);
|
void parseRuleExclusions (const std::vector <std::string>&);
|
||||||
void parseRuleTag (const std::vector <std::string>&);
|
|
||||||
|
|
||||||
unsigned int getIndentation (const std::string&);
|
unsigned int getIndentation (const std::string&);
|
||||||
std::vector <std::string> tokenizeLine (const std::string&);
|
std::vector <std::string> tokenizeLine (const std::string&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue