aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-06-10 16:46:00 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-06-13 06:05:27 +0000
commit99770ff277e1f7304a603b00b5a0863e3c77f7e2 (patch)
tree1c3c10b5244a99e5f222f0dbddb72f9ad598cd6a /src/quick/scenegraph/adaptations
parent94324bd93fe9f4f61346b8f9e934c01279cb700e (diff)
remove unused qsg_render_timing variable
GCC started giving warnings, and warnings are errors so this broke the build. Change-Id: I546db5a63dfe52b9487016deb3c9eae0bf7c5885 Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'src/quick/scenegraph/adaptations')
-rw-r--r--src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp b/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp
index ce726e342b..15bc32ecb2 100644
--- a/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp
+++ b/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp
@@ -58,10 +58,6 @@
#include <QtQuick/QSGOpaqueTextureMaterial>
#include <QtQuick/QSGTextureMaterial>
-#ifndef QSG_NO_RENDERER_TIMING
-static bool qsg_render_timing = !qgetenv("QSG_RENDER_TIMING").isEmpty();
-#endif
-
// Used for very high-level info about the renderering and gl context
// Includes GL_VERSION, type of render loop, atlas size, etc.
Q_LOGGING_CATEGORY(QSG_RASTER_LOG_INFO, "qt.scenegraph.info")