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

@ -384,9 +384,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
elif event["type"] == Web.REQUEST_CANCELED:
mode.handle_request_canceled(event)
elif event["type"] == Web.REQUEST_CLOSE_SERVER:
mode.handle_request_close_server(event)
elif event["type"] == Web.REQUEST_UPLOAD_FILE_RENAMED:
mode.handle_request_upload_file_renamed(event)