aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CGUIButton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CGUIButton.cpp')
-rw-r--r--source/Irrlicht/CGUIButton.cpp4
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_
-