Remove REQUEST_UPLOAD_NEW_FILE_STARTED event, because it's not actually needed

This commit is contained in:
Micah Lee 2018-05-20 12:07:15 -07:00
parent 9857d9fce8
commit 18573ba49c
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 4 additions and 27 deletions

View file

@ -324,12 +324,6 @@ class Mode(QtWidgets.QWidget):
"""
pass
def handle_request_upload_new_file_started(self, event):
"""
Handle REQUEST_UPLOAD_NEW_FILE_STARTED event.
"""
pass
def handle_request_upload_file_renamed(self, event):
"""
Handle REQUEST_UPLOAD_FILE_RENAMED event.