From 0201e87440d9a089cd6c6f728a7fc8223837bb48 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 2 Jul 2012 16:15:22 +0530 Subject: [PATCH] ... --- src/calibre/gui2/complete.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/calibre/gui2/complete.py b/src/calibre/gui2/complete.py index e66255cc05..947493cbb9 100644 --- a/src/calibre/gui2/complete.py +++ b/src/calibre/gui2/complete.py @@ -168,10 +168,6 @@ class MultiCompleteComboBox(EnComboBox): c.setCompletionPrefix('') c.complete() - def hidePopup(self): - self.le.update_completions() - EnComboBox.hidePopup(self) - def update_items_cache(self, complete_items): self.lineEdit().update_items_cache(complete_items)