mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Eliminated ::parseRuleExclusions
This commit is contained in:
parent
090fa3c674
commit
1a559d4215
2 changed files with 0 additions and 9 deletions
|
@ -386,14 +386,6 @@ void Rules::parseRuleSettings (
|
|||
throw std::string ("Syntax error - indentation is not right.");
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Rules::parseRuleExclusions (const std::vector <std::string>& lines)
|
||||
{
|
||||
for (auto& line : lines)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
unsigned int Rules::getIndentation (const std::string& line)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue