aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgcanvas_p.h
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2011-09-12 22:08:35 +0300
committerQt by Nokia <qt-info@nokia.com>2011-09-15 10:22:43 +0200
commita7be892f3aafdfcedee3fddbc6b1750a6bc580d9 (patch)
tree428caeb1e4330dd1e7c2f1e49c48ca828b3eb171 /src/declarative/items/qsgcanvas_p.h
parent133e9ef8774ddfb7c6f2ced2c4dc40efde8573d5 (diff)
Remove unnecessary updateInputContext function from QSGCanvasPrivate
Change-Id: Ibc64ef8a90854edf2c4b341ba01afdac19a813e1 Reviewed-on: http://codereview.qt-project.org/4742 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/declarative/items/qsgcanvas_p.h')
-rw-r--r--src/declarative/items/qsgcanvas_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/items/qsgcanvas_p.h b/src/declarative/items/qsgcanvas_p.h
index 128743e476..6a8e0a0ce0 100644
--- a/src/declarative/items/qsgcanvas_p.h
+++ b/src/declarative/items/qsgcanvas_p.h
@@ -141,8 +141,6 @@ public:
void syncSceneGraph();
void renderSceneGraph(const QSize &size);
- void updateInputContext();
-
QSGItem::UpdatePaintNodeData updatePaintNodeData;
QSGItem *dirtyItemList;