summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2009-11-26 12:53:59 +0100
committerJeremy Katz <jeremy.katz@nokia.com>2009-11-26 12:53:59 +0100
commit19039afd151f2c2401659904b89968d302149493 (patch)
treed21611c7686de351241e4bb66103bf88d900f5c3 /src
parenta684c3429445ca88736ac8065a9d7ecfe58f3857 (diff)
remove an unused member from QGraphicsSystemCursor
Diffstat (limited to 'src')
-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 f4d911f796..d385ac0f64 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;