diff options
Diffstat (limited to 'source/Irrlicht/CGUITabControl.cpp')
-rw-r--r-- | source/Irrlicht/CGUITabControl.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Irrlicht/CGUITabControl.cpp b/source/Irrlicht/CGUITabControl.cpp index 30a31c3..c08a579 100644 --- a/source/Irrlicht/CGUITabControl.cpp +++ b/source/Irrlicht/CGUITabControl.cpp @@ -3,7 +3,6 @@ // For conditions of distribution and use, see copyright notice in irrlicht.h
#include "CGUITabControl.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
#include "CGUIButton.h"
#include "IGUISkin.h"
@@ -1030,6 +1029,3 @@ void CGUITabControl::updateAbsolutePosition() } // end namespace irr
} // end namespace gui
-
-#endif // _IRR_COMPILE_WITH_GUI_
-
|