aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruleparser.cpp')
-rw-r--r--src/ruleparser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ruleparser.cpp b/src/ruleparser.cpp
index 0f675dd..e6ba7b5 100644
--- a/src/ruleparser.cpp
+++ b/src/ruleparser.cpp
@@ -104,8 +104,6 @@ void Rules::load()
match.action = Match::Export;
else if (action == "ignore")
match.action = Match::Ignore;
- else if (action == "recurse")
- match.action = Match::Recurse;
else
qFatal("Invalid action \"%s\" on line %d", qPrintable(action), lineNumber);
continue;