From 846d573dd0d50da2dc91c4851f72d26feeb08576 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Wed, 14 May 2014 16:45:55 -0500 Subject: [PATCH] Kill stray #endif that snuck into commit. --- indra/llwindow/llwindowsdl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index 37eeff76a..341739d1d 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -754,7 +754,6 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B LL_DEBUGS("Window") << "Enabling vertical sync" << LL_ENDL; SDL_GL_SetAttribute(SDL_GL_SWAP_CONTROL, 1); } -#endif #endif // SDL_GL_SWAP_CONTROL #endif // SDL_VERSION_ATLEAST(1,3,0)