From fbf3a8b07a1ea4cee1c094148a7f530e1cc1269c Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Tue, 1 Nov 2011 17:29:43 -0200 Subject: Remove unused code in bug 844 unit test. Reviewer: Lauro Moura Luciano Wolf --- tests/QtGui/bug_844.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/QtGui/bug_844.py b/tests/QtGui/bug_844.py index e01d7eab0..8c4cd90db 100644 --- a/tests/QtGui/bug_844.py +++ b/tests/QtGui/bug_844.py @@ -5,7 +5,6 @@ class QtKeyPressListener(QObject): def __init__(self, obj): QObject.__init__(self) obj.installEventFilter(self) - self.fConnections = {} def eventFilter(self, obj, event): # This used to crash here due to a misbehaviour of type discovery! -- cgit v1.2.3