diff options
author | Brad Linden <brad@lindenlab.com> | 2023-04-27 18:02:48 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-04-27 18:02:48 -0700 |
commit | 10b2ec92ec74176422fa8c6013dee1036eed57c5 (patch) | |
tree | f527f319ad67b7bb892d2b2cb2c344707c8e66d1 /indra/newview/llfloaterperformance.cpp | |
parent | dc813181a51ad2c22264e93a3c235cbf796b24ed (diff) |
More merge cleanup after DRTVWR-559 & DRTVWR-539 merge. (thanks Ansariel)
Diffstat (limited to 'indra/newview/llfloaterperformance.cpp')
-rw-r--r-- | indra/newview/llfloaterperformance.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloaterperformance.cpp b/indra/newview/llfloaterperformance.cpp index c221da539c..3321374f65 100644 --- a/indra/newview/llfloaterperformance.cpp +++ b/indra/newview/llfloaterperformance.cpp @@ -142,8 +142,6 @@ BOOL LLFloaterPerformance::postBuild() mMaxARTChangedSignal = gSavedSettings.getControl("RenderAvatarMaxART")->getCommitSignal()->connect(boost::bind(&LLFloaterPerformance::updateMaxRenderTime, this)); mNearbyPanel->getChild<LLSliderCtrl>("RenderAvatarMaxART")->setCommitCallback(boost::bind(&LLFloaterPerformance::updateMaxRenderTime, this)); - // store the current setting as the users desired reflection detail and DD - //gSavedSettings.setS32("UserTargetReflections", LLPipeline::RenderReflectionDetail); if(!LLPerfStats::tunables.userAutoTuneEnabled) { gSavedSettings.setF32("AutoTuneRenderFarClipTarget", LLPipeline::RenderFarClip); |