Compile fix for kms plugin.
[profile/ivi/qtbase.git] / src / plugins / platforms / kms / qkmscontext.cpp
index 4ae5325..f2662e0 100644 (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)