diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp index 1ea72c40da..d1abe7ffe2 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp @@ -335,7 +335,6 @@ Renderer::Renderer() #ifdef __APPLE__ int swapInterval = g_ActiveConfig.bVSync ? 1 : 0; NSOpenGLContext *ctx = GLWin.cocoaCtx; -#endif [ctx setValues: &swapInterval forParameter: NSOpenGLCPSwapInterval]; #elif defined _WIN32 if (WGLEW_EXT_swap_control)