Avoid compiler warning on unused variable.
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>
Wed, 7 Sep 2011 18:32:24 +0000 (21:32 +0300)
committerLars Knoll <lars.knoll@nokia.com>
Thu, 8 Sep 2011 13:28:15 +0000 (15:28 +0200)
Change-Id: Ie3d08e91aee8ecd369cb10a0c8d7497de559c046
Reviewed-on: http://codereview.qt-project.org/4458
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/declarative/items/qsgcanvas.cpp

index d84f322..70503dd 100644 (file)
@@ -833,7 +833,6 @@ QSGItem *QSGCanvas::mouseGrabberItem() const
 
 bool QSGCanvasPrivate::clearHover()
 {
-    Q_Q(QSGCanvas);
     if (hoverItems.isEmpty())
         return false;