aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CGUITabControl.cpp
diff options
context:
space:
mode:
authornumzero <numzer0@yandex.ru>2023-02-22 20:01:44 +0300
committernumzero <numzer0@yandex.ru>2023-02-22 21:11:12 +0300
commitd8e09f14bd4a279ded0845196f677fabe7947079 (patch)
treed5e20c192c14c3d3efe55c5ecfd058fb5517a349 /source/Irrlicht/CGUITabControl.cpp
parent67f852be576027e07c94f08ff65f8065244e59a0 (diff)
downloadirrlicht-d8e09f14bd4a279ded0845196f677fabe7947079.tar.xz
Drop _IRR_COMPILE_WITH_GUI_
Diffstat (limited to 'source/Irrlicht/CGUITabControl.cpp')
-rw-r--r--source/Irrlicht/CGUITabControl.cpp4
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_
-