aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CWGLManager.cpp
diff options
context:
space:
mode:
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