diff --git a/src/calibre/gui2/main.py b/src/calibre/gui2/main.py index 6835df3f19..fca166f4df 100644 --- a/src/calibre/gui2/main.py +++ b/src/calibre/gui2/main.py @@ -183,9 +183,6 @@ class SplashScreen(QSplashScreen): while not self.drawn_once and (time.time() - st < 0.1): Application.instance().processEvents() - def show(self): - QSplashScreen.show(self) - class GuiRunner(QObject): '''Make sure an event loop is running before starting the main work of initialization'''