Skip to content
Snippets Groups Projects
Commit 71b2936c authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Remove obsolete method

parent e28a70ac
No related branches found
No related tags found
No related merge requests found
......@@ -374,11 +374,6 @@ def get_file_path_from_dnd_dropped_uri(uri):
path = path[5:] # 5 is len('file:')
return path
def get_xmpp_show(show):
if show in ('online', 'offline'):
return None
return show
def sanitize_filename(filename):
"""
Make sure the filename we will write does contain only acceptable and latin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment