diff options
Diffstat (limited to 'thirdparty/glad/EGL/eglplatform.h')
-rw-r--r-- | thirdparty/glad/EGL/eglplatform.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/thirdparty/glad/EGL/eglplatform.h b/thirdparty/glad/EGL/eglplatform.h index 6786afd90b..99362a23de 100644 --- a/thirdparty/glad/EGL/eglplatform.h +++ b/thirdparty/glad/EGL/eglplatform.h @@ -64,12 +64,6 @@ typedef HDC EGLNativeDisplayType; typedef HBITMAP EGLNativePixmapType; typedef HWND EGLNativeWindowType; -#elif defined(__QNX__) - -typedef khronos_uintptr_t EGLNativeDisplayType; -typedef struct _screen_pixmap* EGLNativePixmapType; /* screen_pixmap_t */ -typedef struct _screen_window* EGLNativeWindowType; /* screen_window_t */ - #elif defined(__EMSCRIPTEN__) typedef int EGLNativeDisplayType; |