summaryrefslogtreecommitdiffstats
path: root/src/gui/statemachine
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-04-29 11:31:21 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-04-29 11:31:21 (GMT)
commit4bb51ce9c9e34058a1f9cefae9bf1c82ff4d3c5b (patch)
tree1739a5e482a9ec74acd20e472f8a3dd2b16dc90e /src/gui/statemachine
parent6ca9c87235b057bc635576b0c414ca789afaf592 (diff)
downloadQt-4bb51ce9c9e34058a1f9cefae9bf1c82ff4d3c5b.zip
Qt-4bb51ce9c9e34058a1f9cefae9bf1c82ff4d3c5b.tar.gz
Qt-4bb51ce9c9e34058a1f9cefae9bf1c82ff4d3c5b.tar.bz2
kill dead function declaration
Diffstat (limited to 'src/gui/statemachine')
-rw-r--r--src/gui/statemachine/qmouseeventtransition.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/statemachine/qmouseeventtransition.h b/src/gui/statemachine/qmouseeventtransition.h
index dbd615f..d5fb565 100644
--- a/src/gui/statemachine/qmouseeventtransition.h
+++ b/src/gui/statemachine/qmouseeventtransition.h
@@ -53,7 +53,6 @@ public:
protected:
void onTransition();
bool eventTest(QEvent *event) const;
- bool testEventCondition(QEvent *event) const;
private:
Q_DISABLE_COPY(QMouseEventTransition)