aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CSDLManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CSDLManager.cpp')
-rw-r--r--source/Irrlicht/CSDLManager.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/Irrlicht/CSDLManager.cpp b/source/Irrlicht/CSDLManager.cpp
index 3132b60..b8c61a4 100644
--- a/source/Irrlicht/CSDLManager.cpp
+++ b/source/Irrlicht/CSDLManager.cpp
@@ -4,7 +4,7 @@
#include "CSDLManager.h"
-#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_) && defined(_IRR_COMPILE_WITH_OPENGL_)
+#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_)
#include "CIrrDeviceSDL.h"
#include "COpenGLCommon.h"
@@ -34,8 +34,6 @@ const SExposedVideoData& CSDLManager::getContext() const
bool CSDLManager::activateContext(const SExposedVideoData& videoData, bool restorePrimaryOnZero)
{
- // unclear if this is still needed:
- glFrontFace(GL_CW);
return true;
}