summaryrefslogtreecommitdiffstats
path: root/src/widgets/statemachine/qguistatemachine.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-18 23:07:31 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-20 12:21:17 +0200
commitd8d6bfb81e0c52d9b39c7b9f4c18f17ba95593f6 (patch)
treefeb09e4fac9c0cd867d888a5a9bc4459afa056b9 /src/widgets/statemachine/qguistatemachine.cpp
parent82bba7e4efc369f75f09eb96846d733cd99ba95b (diff)
remove an unused class
QDrgResponseEvent wasn't used anywhere in Qt anymore. Get rid of it.
Diffstat (limited to 'src/widgets/statemachine/qguistatemachine.cpp')
-rw-r--r--src/widgets/statemachine/qguistatemachine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/statemachine/qguistatemachine.cpp b/src/widgets/statemachine/qguistatemachine.cpp
index b22bd4a64d..9b25bcdfc8 100644
--- a/src/widgets/statemachine/qguistatemachine.cpp
+++ b/src/widgets/statemachine/qguistatemachine.cpp
@@ -148,8 +148,6 @@ static QEvent *cloneEvent(QEvent *e)
return new QDragLeaveEvent(*static_cast<QDragLeaveEvent*>(e));
case QEvent::Drop:
return new QDropEvent(*static_cast<QDragMoveEvent*>(e));
- case QEvent::DragResponse:
- return new QDragResponseEvent(*static_cast<QDragResponseEvent*>(e));
#endif
case QEvent::ChildAdded:
return new QChildEvent(*static_cast<QChildEvent*>(e));