diff options
| author | Samuel Rødal <[email protected]> | 2012-11-22 08:35:48 +0100 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2012-11-22 22:58:10 +0100 |
| commit | cc736c6858fd1f8a10745fc5b9bb03ef3d7631e2 (patch) | |
| tree | 075254f84bad4d26abaa8f4adf9137eaa72a1eef /src/opengl/qgl_qpa.cpp | |
| parent | c8c1604e881920cd6130dd642d0cace77dd4cbe5 (diff) | |
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 <[email protected]>
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/opengl/qgl_qpa.cpp')
| -rw-r--r-- | src/opengl/qgl_qpa.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/opengl/qgl_qpa.cpp b/src/opengl/qgl_qpa.cpp index 594d2b18a91..f52beceaae9 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 */ |
