From cc736c6858fd1f8a10745fc5b9bb03ef3d7631e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Thu, 22 Nov 2012 08:35:48 +0100 Subject: Get rid of deprecated functionality in QtOpenGL. We will in any case not be able to support this in Qt 5, so best to just remove it to not give any false impressions. Change-Id: Ib52e86007b9e6483bd973f13502b078792a9fa40 Reviewed-by: Sean Harmer Reviewed-by: Lars Knoll --- src/opengl/qgl_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/opengl/qgl_p.h') diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h index 6ef4eda5fc..58f6a94d0e 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -150,9 +150,6 @@ public: bool autoSwap; QGLColormap cmap; -#ifndef QT_OPENGL_ES - QMap displayListCache; -#endif bool disable_clear_on_painter_begin; }; -- cgit v1.2.3