Kill stray #endif that snuck into commit.

This commit is contained in:
Shyotl
2014-05-14 16:45:55 -05:00
parent 5805fe636a
commit 846d573dd0

View File

@@ -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)