Compile fix for kms plugin.

Change-Id: I0ad9716273a7beb643fab5fafc7fcf4884c8a364
Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
bb10
Samuel Rødal 2012-05-01 22:29:20 +02:00 committed by Qt by Nokia
parent 52bc65dc8a
commit 4ab7d53431
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ bool QKmsContext::makeCurrent(QPlatformSurface *surface)
void QKmsContext::doneCurrent()
{
QPlatformOpenGLContext::doneCurrent();
bool ok = eglMakeCurrent(m_device->eglDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE,
EGL_NO_CONTEXT);
if (!ok)