diff options
author | sfan5 <sfan5@live.de> | 2022-07-09 23:53:04 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-07-09 23:53:04 +0200 |
commit | a7b306f702ff8becb568ca80cdd426253d73b4bf (patch) | |
tree | 3746625e8ae7a13fef3ff4a584ee862bee612c09 /source/Irrlicht/COGLESExtensionHandler.cpp | |
parent | 074e81f78f4daa1c1da739a7ae0b0ef507ec06ee (diff) | |
download | irrlicht-a7b306f702ff8becb568ca80cdd426253d73b4bf.tar.xz |
Drop Console and Framebuffer device
fbdev is long legacy and the console was just an ASCII art gimmick
Diffstat (limited to 'source/Irrlicht/COGLESExtensionHandler.cpp')
-rw-r--r-- | source/Irrlicht/COGLESExtensionHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Irrlicht/COGLESExtensionHandler.cpp b/source/Irrlicht/COGLESExtensionHandler.cpp index 4923ada..c9308ee 100644 --- a/source/Irrlicht/COGLESExtensionHandler.cpp +++ b/source/Irrlicht/COGLESExtensionHandler.cpp @@ -13,7 +13,7 @@ #include "fast_atof.h"
#if defined(_IRR_OGLES1_USE_EXTPOINTER_)
-#if defined(_IRR_COMPILE_WITH_ANDROID_DEVICE_) || defined(_IRR_COMPILE_WITH_FB_DEVICE_) || defined(_IRR_COMPILE_WITH_WINDOWS_DEVICE_)
+#if defined(_IRR_COMPILE_WITH_ANDROID_DEVICE_) || defined(_IRR_COMPILE_WITH_WINDOWS_DEVICE_)
#include <EGL/egl.h>
#else
#include <GLES/egl.h>
|