diff options
author | Dave Houlton <euclid@lindenlab.com> | 2020-10-19 13:46:04 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2020-10-19 17:21:56 -0600 |
commit | d12305496f73e0b55e8e1ec327a2567ca713da22 (patch) | |
tree | 892b2610e95ab23316d086941f9b3113569a5ee8 /indra/llrender/llgl.cpp | |
parent | a6058b0e9f22080c7aa28e33e1061e23d671d166 (diff) |
DRTVWR-510 clean up obsolete downstream-from-mDebugGPU code
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rw-r--r-- | indra/llrender/llgl.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp index 36177e00e8..fa4d0977b2 100644 --- a/indra/llrender/llgl.cpp +++ b/indra/llrender/llgl.cpp @@ -852,10 +852,6 @@ bool LLGLManager::initGL() stop_glerror(); - setToDebugGPU(); - - stop_glerror(); - initGLStates(); stop_glerror(); @@ -863,8 +859,6 @@ bool LLGLManager::initGL() return true; } -//void LLGLManager::setToDebugGPU() - void LLGLManager::getGLInfo(LLSD& info) { if (gHeadlessClient) |