From aea094214b8e6563e3a9b24be26c0edc1d000055 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Apr 2015 08:28:57 +0530 Subject: [PATCH] ... --- src/calibre/gui2/main.py | 3 --- 1 file changed, 3 deletions(-) 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'''