aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-11-01 17:29:43 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:56:16 -0300
commitfbf3a8b07a1ea4cee1c094148a7f530e1cc1269c (patch)
treeb3fbca969fa90ed5f67ebf2a033238b769cf8bd6 /tests
parentdde75099f284a1c44773501fde77dc17d445028d (diff)
Remove unused code in bug 844 unit test.
Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/QtGui/bug_844.py1
1 files changed, 0 insertions, 1 deletions
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!