diff -r 6901746220fc -r e609e65bbcfd eric6/UI/UserInterface.py --- a/eric6/UI/UserInterface.py Sun Jan 03 17:49:38 2021 +0100 +++ b/eric6/UI/UserInterface.py Sun Jan 03 17:58:37 2021 +0100 @@ -136,8 +136,6 @@ name of the menu and a reference to the menu are given. @signal masterPasswordChanged(str, str) emitted after the master password has been changed with the old and the new password - @signal onlineStateChanged(online) emitted to indicate a change of the - network state """ appendStderr = pyqtSignal(str) appendStdout = pyqtSignal(str)