summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2009-11-26 11:53:59 (GMT)
committerJeremy Katz <jeremy.katz@nokia.com>2009-11-26 11:53:59 (GMT)
commit19039afd151f2c2401659904b89968d302149493 (patch)
treed21611c7686de351241e4bb66103bf88d900f5c3 /src/gui/painting
parenta684c3429445ca88736ac8065a9d7ecfe58f3857 (diff)
downloadQt-19039afd151f2c2401659904b89968d302149493.zip
Qt-19039afd151f2c2401659904b89968d302149493.tar.gz
Qt-19039afd151f2c2401659904b89968d302149493.tar.bz2
remove an unused member from QGraphicsSystemCursor
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qgraphicssystemcursor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/painting/qgraphicssystemcursor.h b/src/gui/painting/qgraphicssystemcursor.h
index f4d911f..d385ac0 100644
--- a/src/gui/painting/qgraphicssystemcursor.h
+++ b/src/gui/painting/qgraphicssystemcursor.h
@@ -87,7 +87,6 @@ protected:
QRect prevRect; // last place the cursor was drawn
QGraphicsSystemScreen * screen; // Where to request an update
- QWidget * currentWidget; // widget currently under the cursor
QGraphicsSystemCursorImage * graphic;