From 9987765b1f6b44881a7e42cb11f70ff3053682a2 Mon Sep 17 00:00:00 2001 From: degasus Date: Thu, 7 Feb 2013 10:48:42 +0100 Subject: [PATCH] build fix --- Source/Plugins/Plugin_VideoOGL/Src/Render.cpp | 1 - 1 file changed, 1 deletion(-) 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)