Skip to content
Snippets Groups Projects
Commit b9a2c6ea authored by Tofu Linden's avatar Tofu Linden
Browse files

Remove a '#error XXX' I was using to test ifdef-hell.

parent fa29257c
No related branches found
No related tags found
No related merge requests found
...@@ -640,7 +640,6 @@ void LLGLManager::initExtensions() ...@@ -640,7 +640,6 @@ void LLGLManager::initExtensions()
# if GL_EXT_blend_func_separate # if GL_EXT_blend_func_separate
mHasBlendFuncSeparate = TRUE; mHasBlendFuncSeparate = TRUE;
#else #else
#error XXXXXX
mHasBlendFuncSeparate = FALSE; mHasBlendFuncSeparate = FALSE;
# endif # endif
mHasMipMapGeneration = FALSE; mHasMipMapGeneration = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment