From 524d47b3f5653d7643635092a03b7539d59c43e3 Mon Sep 17 00:00:00 2001 From: Kim Motoyoshi Kalland Date: Thu, 31 May 2012 18:31:09 +0200 Subject: Remove unused isGLWidget variable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9d1a0edfce3d13ed56916b7301098aa5fbe0bc40 Reviewed-by: Samuel Rødal --- src/opengl/qgl_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/opengl/qgl_p.h') diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h index fb503a31f1..b0a430551f 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -135,7 +135,6 @@ public: QGLWidgetPrivate() : QWidgetPrivate() , disable_clear_on_painter_begin(false) { - isGLWidget = 1; } ~QGLWidgetPrivate() {} -- cgit v1.2.3