diff options
Diffstat (limited to 'source/Irrlicht/CGUIListBox.cpp')
-rw-r--r-- | source/Irrlicht/CGUIListBox.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Irrlicht/CGUIListBox.cpp b/source/Irrlicht/CGUIListBox.cpp index f6f0e77..b00c7e3 100644 --- a/source/Irrlicht/CGUIListBox.cpp +++ b/source/Irrlicht/CGUIListBox.cpp @@ -3,7 +3,6 @@ // For conditions of distribution and use, see copyright notice in irrlicht.h
#include "CGUIListBox.h"
-#ifdef _IRR_COMPILE_WITH_GUI_
#include "CGUIListBox.h"
#include "IGUISkin.h"
@@ -841,6 +840,3 @@ IGUIScrollBar* CGUIListBox::getVerticalScrollBar() const } // end namespace gui
} // end namespace irr
-
-#endif // _IRR_COMPILE_WITH_GUI_
-
|