From 3d5188025e76bc4293cc0231b13ed6bd766dea01 Mon Sep 17 00:00:00 2001 From: Ansariel Hiller Date: Tue, 1 Oct 2024 16:32:10 +0200 Subject: Remove dead code related to GeForce Mobile GPUs (#2747) --- indra/llrender/llgl.cpp | 3 --- indra/llrender/llgl.h | 5 ----- 2 files changed, 8 deletions(-) (limited to 'indra/llrender') 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), diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h index f5b1e8d786..08cf662526 100644 --- a/indra/llrender/llgl.h +++ b/indra/llrender/llgl.h @@ -107,11 +107,6 @@ public: // hints to the render pipe U32 mDownScaleMethod = 0; // see settings.xml RenderDownScaleMethod -#if LL_DARWIN - // Needed to distinguish problem cards on older Macs that break with Materials - bool mIsMobileGF; -#endif - // Whether this version of GL is good enough for SL to use bool mHasRequirements; -- cgit v1.2.3