aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/video_core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/video_core.cpp')
-rw-r--r--src/video_core/video_core.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video_core/video_core.cpp b/src/video_core/video_core.cpp
index a1c7b633..9aaff491 100644
--- a/src/video_core/video_core.cpp
+++ b/src/video_core/video_core.cpp
@@ -30,11 +30,6 @@ void Start() {
/// Initialize the video core
void Init(EmuWindow* emu_window) {
-
- // Required in order for GLFW to work on Linux,
- // or for GL contexts above 2.x on OS X
- glewExperimental = GL_TRUE;
-
g_emu_window = emu_window;
g_renderer = new RendererOpenGL();
g_renderer->SetWindow(g_emu_window);