diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-08 15:48:27 +0000 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-08 15:48:27 +0000 | 
| commit | 1cb8dd7253821823e628c042fcd39c8c9f9f300e (patch) | |
| tree | e0389360ff38e59f37af7ca76f10ac1095111ed2 | |
| parent | e2fb574d786bbea03883a6f4c1146a82798c013d (diff) | |
Remove a '#error XXX' I was using to test ifdef-hell.
| -rw-r--r-- | indra/llrender/llgl.cpp | 1 | 
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;  | 
