diff options
author | numzero <numzer0@yandex.ru> | 2023-02-22 21:38:32 +0300 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-03-01 09:06:23 +0100 |
commit | d6be6682ec69706b765ab51863bcd5805a7cbd7d (patch) | |
tree | d35aaf0ac12e74f4bac9a597fe524209ee2b14e4 /src/gui/guiSkin.cpp | |
parent | 39f4d26177ec1c8f246133c532a42ef7429bc36d (diff) | |
download | minetest-d6be6682ec69706b765ab51863bcd5805a7cbd7d.tar.xz |
Drop dependency on IrrCompileConfig
The only remaining thing is IRRLICHT_SDK_VERSION via irrlicht.h
Diffstat (limited to 'src/gui/guiSkin.cpp')
-rw-r--r-- | src/gui/guiSkin.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/guiSkin.cpp b/src/gui/guiSkin.cpp index ca692f6cb..5462a2fec 100644 --- a/src/gui/guiSkin.cpp +++ b/src/gui/guiSkin.cpp @@ -5,7 +5,6 @@ // For conditions of distribution and use, see copyright notice in irrlicht.h
#include "guiSkin.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUIFont.h"
#include "IGUISpriteBank.h"
@@ -1036,7 +1035,3 @@ void GUISkin::getColors(video::SColor* colors) } // end namespace gui
} // end namespace irr
-
-
-#endif // _IRR_COMPILE_WITH_GUI_
-
|