summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsscreen.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2012-04-16 09:29:29 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-16 09:45:27 +0200
commit44be58226e2fae82c9e8b9b21ccbd53e396c333e (patch)
treef5fa6a167c1840aa6c014a814204bb23c04f57dd /src/plugins/platforms/eglfs/qeglfsscreen.cpp
parent944d2e2f743772002b146b36361be8fd29177363 (diff)
Remove OpenKode OpenVG and qvfb platformplugins
Change-Id: Ic0bd8f68080bf139d81266d033cfd3c96a8d01f4 Reviewed-by: Donald Carr <donald.carr@nokia.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/eglfs/qeglfsscreen.cpp')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsscreen.cpp14
1 files changed, 0 insertions, 14 deletions
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 <QtPlatformSupport/private/qeglconvenience_p.h>
#include <QtPlatformSupport/private/qeglplatformcontext_p.h>
-#ifdef Q_OPENKODE
-#include <KD/kd.h>
-#include <KD/NV_initialize.h>
-#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);