summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-08 15:48:27 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-08 15:48:27 +0000
commitb9a2c6eafacdaa4838cd62672b3255c3e9c0ee16 (patch)
tree7e256f5c8b670406dc1954d47b1911b5d6d84b73 /indra/llrender
parentfa29257c8fa82cd7b04663868744b06ea58294f0 (diff)
Remove a '#error XXX' I was using to test ifdef-hell.
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llgl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 4c256f4b06..97019d48c4 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -640,7 +640,6 @@ void LLGLManager::initExtensions()
# if GL_EXT_blend_func_separate
mHasBlendFuncSeparate = TRUE;
#else
-#error XXXXXX
mHasBlendFuncSeparate = FALSE;
# endif
mHasMipMapGeneration = FALSE;