Remove unused function

pull/1810/head
Erik Johnston 2017-01-13 15:16:45 +00:00
parent 8b2fa38256
commit e178feca3f
1 changed files with 0 additions and 3 deletions

View File

@ -561,9 +561,6 @@ class Auth(object):
defer.returnValue(auth_ids)
def _get_send_level(self, etype, state_key, auth_events):
return event_auth._get_send_level(etype, state_key, auth_events)
def check_redaction(self, event, auth_events):
"""Check whether the event sender is allowed to redact the target event.