Remove section causing issues with pylint

This commit is contained in:
Dpeta 2023-05-03 19:22:15 +02:00
parent 21defc2e55
commit 06a71899dd
No known key found for this signature in database
GPG key ID: 51227517CEA0030C

View file

@ -999,10 +999,6 @@ class PesterConvo(QtWidgets.QFrame):
def closeEvent(self, event):
self.mainwindow.waitingMessages.messageAnswered(self.title())
for movie in self.textArea.urls.copy():
movie.setFileName("") # Required, sometimes, for some reason. . .
movie.stop()
del movie
self.windowClosed.emit(self.title())
def setChumOpen(self, o):