From 44be58226e2fae82c9e8b9b21ccbd53e396c333e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Mon, 16 Apr 2012 09:29:29 +0200 Subject: Remove OpenKode OpenVG and qvfb platformplugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic0bd8f68080bf139d81266d033cfd3c96a8d01f4 Reviewed-by: Donald Carr Reviewed-by: Samuel Rødal --- src/plugins/platforms/eglfs/qeglfsscreen.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/plugins/platforms/eglfs/qeglfsscreen.cpp') diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.cpp b/src/plugins/platforms/eglfs/qeglfsscreen.cpp index ea939a9821..78f9e13150 100644 --- a/src/plugins/platforms/eglfs/qeglfsscreen.cpp +++ b/src/plugins/platforms/eglfs/qeglfsscreen.cpp @@ -46,11 +46,6 @@ #include #include -#ifdef Q_OPENKODE -#include -#include -#endif //Q_OPENKODE - QT_BEGIN_NAMESPACE // #define QEGL_EXTRA_DEBUG @@ -196,17 +191,8 @@ void QEglFSScreen::createAndSetPlatformContext() EGLConfig config = q_configFromGLFormat(m_dpy, platformFormat); -#ifdef Q_OPENKODE - if (kdInitializeNV() == KD_ENOTINITIALIZED) { - qFatal("Did not manage to initialize openkode"); - } - KDWindow *window = kdCreateWindow(m_dpy,config,0); - - kdRealizeWindow(window, &m_window); -#else if (hooks) m_window = hooks->createNativeWindow(hooks->screenSize()); -#endif #ifdef QEGL_EXTRA_DEBUG qWarning("Configuration %d matches requirements\n", (int)config); -- cgit v1.2.3