mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Remove useless empty function
This commit is contained in:
parent
45576d7474
commit
6769629314
1 changed files with 0 additions and 8 deletions
|
@ -210,14 +210,6 @@ def _time_range_match(item, filter_):
|
|||
return True
|
||||
|
||||
|
||||
def _text_match(vobject_item, filter_):
|
||||
"""Check whether the ``item`` matches the text-match ``filter_``.
|
||||
|
||||
See rfc4791-9.7.3.
|
||||
|
||||
"""
|
||||
|
||||
|
||||
def _param_filter_match(item, filter_):
|
||||
"""Check whether the ``item`` matches the param-filter ``filter_``.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue