Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mode feature to allow the Tor Browser user to close the server, but we removed

This commit is contained in:
Micah Lee 2019-01-19 20:43:25 -08:00
parent a0c3a276ec
commit 3bbff7e85a
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 6 additions and 23 deletions

View file

@ -312,12 +312,6 @@ class Mode(QtWidgets.QWidget):
"""
pass
def handle_request_close_server(self, event):
"""
Handle REQUEST_CLOSE_SERVER event.
"""
pass
def handle_request_upload_file_renamed(self, event):
"""
Handle REQUEST_UPLOAD_FILE_RENAMED event.