diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-23 03:06:11 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-23 03:06:11 +0000 |
commit | d3924200b6b8817461c0f10f87a643005466d4af (patch) | |
tree | 4999683092c54ee3d1ceb48586419f1346823fc0 /indra/newview/pipeline.cpp | |
parent | b502880f7024ff38e0d46461c4dcf11465fd2de5 (diff) |
Removing unused gHeadlessClient code from viewer
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index e874373f9e..61df5bc2eb 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -1139,7 +1139,6 @@ void LLPipeline::releaseScreenBuffers() void LLPipeline::createGLBuffers() { - if (gHeadlessClient) return; stop_glerror(); LLMemType mt_cb(LLMemType::MTYPE_PIPELINE_CREATE_BUFFERS); assertInitialized(); |