diff options
Diffstat (limited to 'src/irrlicht_changes/static_text.h')
-rw-r--r-- | src/irrlicht_changes/static_text.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/irrlicht_changes/static_text.h b/src/irrlicht_changes/static_text.h index 93a2d8643..3608b271c 100644 --- a/src/irrlicht_changes/static_text.h +++ b/src/irrlicht_changes/static_text.h @@ -6,9 +6,6 @@ #pragma once -#include "IrrCompileConfig.h" -#ifdef _IRR_COMPILE_WITH_GUI_ - #include "IGUIStaticText.h" #include "irrArray.h" @@ -231,5 +228,3 @@ inline void setStaticText(irr::gui::IGUIStaticText *static_text, const wchar_t * { setStaticText(static_text, EnrichedString(text, static_text->getOverrideColor())); } - -#endif // _IRR_COMPILE_WITH_GUI_ |