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 1a1a247db9
commit cc857a39bb
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.