aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CWGLManager.cpp
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-02-26 11:38:43 +0100
committersfan5 <sfan5@live.de>2022-02-26 12:11:27 +0100
commitdf908ef4eaa7fd3292faa34d690edce40106da3c (patch)
tree7b8904f8bd7714768831ecfbe7c1c54a3e65549e /source/Irrlicht/CWGLManager.cpp
parent01586f584aef460686c9ac7a59900ea90eb23fe8 (diff)
downloadirrlicht-df908ef4eaa7fd3292faa34d690edce40106da3c.tar.xz
Get rid of various old compiler and platform checks
Diffstat (limited to 'source/Irrlicht/CWGLManager.cpp')
-rw-r--r--source/Irrlicht/CWGLManager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/Irrlicht/CWGLManager.cpp b/source/Irrlicht/CWGLManager.cpp
index 3d6e4f8..182c460 100644
--- a/source/Irrlicht/CWGLManager.cpp
+++ b/source/Irrlicht/CWGLManager.cpp
@@ -11,10 +11,6 @@
#include <GL/gl.h>
#include <GL/wglext.h>
-#ifdef _MSC_VER
- #pragma comment(lib, "OpenGL32.lib")
-#endif
-
namespace irr
{
namespace video