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_qpa.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/opengl/qgl_qpa.cpp') diff --git a/src/opengl/qgl_qpa.cpp b/src/opengl/qgl_qpa.cpp index 594d2b18a9..f52beceaae 100644 --- a/src/opengl/qgl_qpa.cpp +++ b/src/opengl/qgl_qpa.cpp @@ -284,12 +284,6 @@ uint QGLContext::colorIndex(const QColor&) const return 0; } -void QGLContext::generateFontDisplayLists(const QFont & fnt, int listBase) -{ - Q_UNUSED(fnt); - Q_UNUSED(listBase); -} - /* QGLTemporaryContext implementation */ -- cgit v1.2.3