Remove call to glxewInit
This commit is contained in:
@@ -38,9 +38,6 @@ void gl::init()
|
|||||||
#ifdef __unix__
|
#ifdef __unix__
|
||||||
glewExperimental = true;
|
glewExperimental = true;
|
||||||
glewInit();
|
glewInit();
|
||||||
#ifdef HAVE_X11
|
|
||||||
glxewInit();
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user