From 76c387e091c0d1a9cd9f6a1330e820dad5916ad8 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Mon, 28 Nov 2011 09:40:34 +0100 Subject: [PATCH] Fix unused variable warning in QSGContext constructor Change-Id: I8b6fbc7765093e3ec98f5847d99dbb406ff71221 Reviewed-by: Gunnar Sletta --- src/declarative/scenegraph/qsgcontext.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/declarative/scenegraph/qsgcontext.cpp b/src/declarative/scenegraph/qsgcontext.cpp index 50af0da..fa07f91 100644 --- a/src/declarative/scenegraph/qsgcontext.cpp +++ b/src/declarative/scenegraph/qsgcontext.cpp @@ -133,7 +133,6 @@ public: QSGContext::QSGContext(QObject *parent) : QObject(*(new QSGContextPrivate), parent) { - Q_D(QSGContext); } -- 1.7.2.5