summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorAnsariel Hiller <Ansariel@users.noreply.github.com>2024-10-01 16:32:10 +0200
committerGitHub <noreply@github.com>2024-10-01 17:32:10 +0300
commit3d5188025e76bc4293cc0231b13ed6bd766dea01 (patch)
tree4ffa850f9cad8a18b41cc914c0b2792a1562405b /indra/llrender/llgl.cpp
parent5112aa396db2b3eac15970f65b9c5fb149fd8ce1 (diff)
Remove dead code related to GeForce Mobile GPUs (#2747)
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rw-r--r--indra/llrender/llgl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 33f7098c5c..a9627a87d3 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -994,9 +994,6 @@ LLGLManager::LLGLManager() :
mIsAMD(false),
mIsNVIDIA(false),
mIsIntel(false),
-#if LL_DARWIN
- mIsMobileGF(false),
-#endif
mHasRequirements(true),
mDriverVersionMajor(1),
mDriverVersionMinor(0),