From 970f686943fce417e862449c7e47bed54b9b39db Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Sun, 6 Apr 2025 21:30:59 +0100 Subject: [PATCH] Remove now-incorrect comment text. --- src/calibre/gui2/dialogs/book_info.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/calibre/gui2/dialogs/book_info.py b/src/calibre/gui2/dialogs/book_info.py index 2d0379a0f8..02f2c830fc 100644 --- a/src/calibre/gui2/dialogs/book_info.py +++ b/src/calibre/gui2/dialogs/book_info.py @@ -187,10 +187,6 @@ class ListenerSignal(QObject): # signal. Creating the listener in BookInfo doesn't work because the # weakref dies for some reason. Instead the BookInfo object connects to # this signal. - # - # As a side benefit we don't need to worry about unregistering the listener - # when the window is closed. Qt takes care of unregistering objects - # listening to the signal. metadata_changed = pyqtSignal()