aboutsummaryrefslogtreecommitdiff
path: root/include/IrrCompileConfig.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-07-09 23:53:04 +0200
committersfan5 <sfan5@live.de>2022-07-09 23:53:04 +0200
commita7b306f702ff8becb568ca80cdd426253d73b4bf (patch)
tree3746625e8ae7a13fef3ff4a584ee862bee612c09 /include/IrrCompileConfig.h
parent074e81f78f4daa1c1da739a7ae0b0ef507ec06ee (diff)
downloadirrlicht-a7b306f702ff8becb568ca80cdd426253d73b4bf.tar.xz
Drop Console and Framebuffer device
fbdev is long legacy and the console was just an ASCII art gimmick
Diffstat (limited to 'include/IrrCompileConfig.h')
-rw-r--r--include/IrrCompileConfig.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h
index e4e28a6..20d7669 100644
--- a/include/IrrCompileConfig.h
+++ b/include/IrrCompileConfig.h
@@ -37,8 +37,6 @@
//! _IRR_COMPILE_WITH_OSX_DEVICE_ for Cocoa native windowing on OSX
//! _IRR_COMPILE_WITH_X11_DEVICE_ for Linux X11 based device
//! _IRR_COMPILE_WITH_SDL_DEVICE_ for platform independent SDL framework
-//! _IRR_COMPILE_WITH_CONSOLE_DEVICE_ for no windowing system, used as a fallback
-//! _IRR_COMPILE_WITH_FB_DEVICE_ for framebuffer systems
//! Passing defines to the compiler which have NO in front of the _IRR definename is an alternative
//! way which can be used to disable defines (instead of outcommenting them in this header).
@@ -52,12 +50,6 @@
#undef _IRR_COMPILE_WITH_SDL_DEVICE_
#endif
-//! Comment this line to compile without the fallback console device.
-#define _IRR_COMPILE_WITH_CONSOLE_DEVICE_
-#ifdef NO_IRR_COMPILE_WITH_CONSOLE_DEVICE_
-#undef _IRR_COMPILE_WITH_CONSOLE_DEVICE_
-#endif
-
//! WIN32 for Windows32
//! WIN64 for Windows64
// The windows platform and API support SDL and WINDOW device