diff options
| author | Dave Houlton <euclid@lindenlab.com> | 2020-10-16 17:10:49 -0600 |
|---|---|---|
| committer | Dave Houlton <euclid@lindenlab.com> | 2020-10-19 17:21:56 -0600 |
| commit | a6058b0e9f22080c7aa28e33e1061e23d671d166 (patch) | |
| tree | 227a2478626fbb918eac9c8289fee538c920cd73 /indra/llrender/llgl.cpp | |
| parent | 1d25203cbf91bdf390ef9e9ae7c2b5d1b00bb7bb (diff) | |
DRTVWR-510 remove obsolete mDebugGPU variable
Diffstat (limited to 'indra/llrender/llgl.cpp')
| -rw-r--r-- | indra/llrender/llgl.cpp | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp index ada5371c1a..36177e00e8 100644 --- a/indra/llrender/llgl.cpp +++ b/indra/llrender/llgl.cpp @@ -471,8 +471,6 @@ LLGLManager::LLGLManager() : mHasSeparateSpecularColor(FALSE), - mDebugGPU(FALSE), - mDriverVersionMajor(1), mDriverVersionMinor(0), mDriverVersionRelease(0), @@ -865,16 +863,7 @@ bool LLGLManager::initGL() return true; } -void LLGLManager::setToDebugGPU() -{ - //"MOBILE INTEL(R) 965 EXPRESS CHIP", - if (mGLRenderer.find("INTEL") != std::string::npos && mGLRenderer.find("965") != std::string::npos) - { - mDebugGPU = TRUE ; - } - - return ; -} +//void LLGLManager::setToDebugGPU() void LLGLManager::getGLInfo(LLSD& info) { |
