diff options
author | numzero <numzer0@yandex.ru> | 2023-02-22 20:01:44 +0300 |
---|---|---|
committer | numzero <numzer0@yandex.ru> | 2023-02-22 21:11:12 +0300 |
commit | d8e09f14bd4a279ded0845196f677fabe7947079 (patch) | |
tree | d5e20c192c14c3d3efe55c5ecfd058fb5517a349 /source/Irrlicht/CGUIButton.cpp | |
parent | 67f852be576027e07c94f08ff65f8065244e59a0 (diff) | |
download | irrlicht-d8e09f14bd4a279ded0845196f677fabe7947079.tar.xz |
Drop _IRR_COMPILE_WITH_GUI_
Diffstat (limited to 'source/Irrlicht/CGUIButton.cpp')
-rw-r--r-- | source/Irrlicht/CGUIButton.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Irrlicht/CGUIButton.cpp b/source/Irrlicht/CGUIButton.cpp index 704fd3d..d6ab543 100644 --- a/source/Irrlicht/CGUIButton.cpp +++ b/source/Irrlicht/CGUIButton.cpp @@ -3,7 +3,6 @@ // For conditions of distribution and use, see copyright notice in irrlicht.h
#include "CGUIButton.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUISkin.h"
#include "IGUIEnvironment.h"
@@ -558,6 +557,3 @@ bool CGUIButton::isDrawingBorder() const } // end namespace gui
} // end namespace irr
-
-#endif // _IRR_COMPILE_WITH_GUI_
-
|