remove references to deleted dbus code

In commit 06847efbeef3fc52501222f8d7afcb19f9d853f2 the init_dbus
function got removed due to not being needed in jeepney. But it still
got imported and run in a manually launched __main__ test.
This commit is contained in:
Eli Schwartz 2021-06-29 18:48:56 -04:00
parent 1ba7e41464
commit 1423dfbbbe
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6

View File

@ -433,8 +433,6 @@ class Preferences(QDialog):
if __name__ == '__main__':
from calibre.gui2 import Application
from calibre.gui_launch import init_dbus
init_dbus()
app = Application([])
app
gui = init_gui()