diff options
author | Gunnar Sletta <gunnar.sletta@nokia.com> | 2011-08-17 12:03:24 +0200 |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-08-17 12:15:31 +0200 |
commit | a957a88542ada1c960b2f1b17284c7d813284fc1 (patch) | |
tree | 512f6485f4093159aefde08c4cb42b0d13358d76 /src/opengl/qglpixelbuffer.cpp | |
parent | 78056064cc4e99162d1c4d82db36b5102d524f55 (diff) | |
download | qtbase-a957a88542ada1c960b2f1b17284c7d813284fc1.tar.gz |
compile after removal of OpenGL 1 paint engine
Change-Id: Idf030ef627329f940e8a1e0a2b98d49b11e8446c
Reviewed-on: http://codereview.qt.nokia.com/3087
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/opengl/qglpixelbuffer.cpp')
-rw-r--r-- | src/opengl/qglpixelbuffer.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/opengl/qglpixelbuffer.cpp b/src/opengl/qglpixelbuffer.cpp index 8116b798ca..156c40f394 100644 --- a/src/opengl/qglpixelbuffer.cpp +++ b/src/opengl/qglpixelbuffer.cpp @@ -100,12 +100,6 @@ QT_BEGIN_NAMESPACE -#if !defined(QT_OPENGL_ES_2) -extern void qgl_cleanup_glyph_cache(QGLContext *); -#else -void qgl_cleanup_glyph_cache(QGLContext *) {} -#endif - extern Q_OPENGL_EXPORT QImage qt_gl_read_framebuffer(const QSize&, bool, bool); @@ -200,7 +194,6 @@ QGLPixelBuffer::~QGLPixelBuffer() QGLContext *current = const_cast<QGLContext *>(QGLContext::currentContext()); if (current != d->qctx) makeCurrent(); - qgl_cleanup_glyph_cache(d->qctx); d->cleanup(); delete d->qctx; if (current && current != d->qctx) |