diff options
| author | bunnei <bunneidev@gmail.com> | 2014-09-01 22:29:23 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2014-09-01 22:29:23 -0400 |
| commit | c0e48432cd262baa6ed84b33cd9dd0d8f585e345 (patch) | |
| tree | 0ed8ccb8b5c42ee27c0c44969771bbd77af8ebf8 /src/video_core/video_core.cpp | |
| parent | 76372feb1959c0f53d02c2278ef4a14b794a808d (diff) | |
| parent | c57de3e4046c662c5179d3b55340361a046a57ff (diff) | |
Merge pull request #69 from yuriks/cmake-cleanup
CMake cleanup
Diffstat (limited to 'src/video_core/video_core.cpp')
| -rw-r--r-- | src/video_core/video_core.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video_core/video_core.cpp b/src/video_core/video_core.cpp index a1c7b6339..9aaff4917 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); |
