Drop _IRR_COMPILE_WITH_GUI_

This commit is contained in:
numzero
2023-02-22 20:01:44 +03:00
parent 67f852be57
commit d8e09f14bd
30 changed files with 0 additions and 129 deletions

View File

@ -3,7 +3,6 @@
// For conditions of distribution and use, see copyright notice in irrlicht.h
#include "CGUIEditBox.h"
#ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUISkin.h"
#include "IGUIEnvironment.h"
@ -1652,6 +1651,3 @@ bool CGUIEditBox::acceptsIME()
} // end namespace gui
} // end namespace irr
#endif // _IRR_COMPILE_WITH_GUI_