mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-10 02:30:07 +01:00
Remove call to glxewInit
This commit is contained in:
parent
2579ddf996
commit
65273dde76
|
|
@ -38,9 +38,6 @@ void gl::init()
|
|||
#ifdef __unix__
|
||||
glewExperimental = true;
|
||||
glewInit();
|
||||
#ifdef HAVE_X11
|
||||
glxewInit();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue