From 99770ff277e1f7304a603b00b5a0863e3c77f7e2 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 10 Jun 2016 16:46:00 +0200 Subject: 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 --- src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp') 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 #include -#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") -- cgit v1.2.3