aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 1b869bd577..930db4fc2a 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -197,26 +197,6 @@
</input>
</part>
- <part name="source">
- <title>Source</title>
- <input type="optionlist" name="url-type">
- <option value="is">
- <title>is</title>
- <code>
- (match-all (= (get-source) ${source}))
- </code>
- </option>
- <option value="is-not">
- <title>is not</title>
- <code>
- (match-all (not (= (get-source) ${source})))
- </code>
- </option>
- </input>
- <input type="url" name="source">
- </input>
- </part>
-
</partset>