diff options
-rw-r--r-- | filter/ChangeLog | 2 | ||||
-rw-r--r-- | filter/filtertypes.xml | 20 |
2 files changed, 2 insertions, 20 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 643ae92b9a..5a0052a97d 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,5 +1,7 @@ 2000-10-24 Jeffrey Stedfast <fejj@helixcode.com> + * filtertypes.xml: Take out the reference to "Source". + * filter-element.c (filter_element_new_type_name): Remove filter-url code. 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> |