summaryrefslogtreecommitdiff
path: root/indra/newview/llfeaturemanager.cpp
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2023-04-27 12:25:50 -0700
committerBrad Linden <brad@lindenlab.com>2023-04-27 13:51:42 -0700
commitdc813181a51ad2c22264e93a3c235cbf796b24ed (patch)
tree1fa3c1c99c40e373b118dfe5fa0d90855b7c7d84 /indra/newview/llfeaturemanager.cpp
parent513ac361b13b081a13f1f6dde1c0c34c4eb41b3a (diff)
More post-merge fixes after DRTVWR-559 & DRTVWR-539 merge
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rw-r--r--indra/newview/llfeaturemanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp
index 3d941b5547..b8143eb545 100644
--- a/indra/newview/llfeaturemanager.cpp
+++ b/indra/newview/llfeaturemanager.cpp
@@ -408,7 +408,6 @@ bool LLFeatureManager::loadGPUClass()
{
if (!gSavedSettings.getBOOL("SkipBenchmark"))
{
- //F32 class0_gbps = gSavedSettings.getF32("RenderClass0MemoryBandwidth"); // TODO merge brad - figure out what to do with this setting and the below gbps constant comparisons
//get memory bandwidth from benchmark
F32 gbps;
try