diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-03-22 17:56:55 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-03-23 10:17:33 -0700 |
commit | 5721bdbc4d1138bb251cac9a504221ce04c23407 (patch) | |
tree | a4ee2b0282215eb01b6be2c9dfdb037393a8e39c /indra | |
parent | 00997b997efb5bb9a44c0a807241f0aa01199e60 (diff) |
SL-19399: Cleanup
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelface.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index 25b191aad1..dd3fdf91d9 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -1826,7 +1826,6 @@ void LLPanelFace::updateUIGLTF(LLViewerObject* objectp, bool& has_pbr_material, const bool show_pbr = mComboMatMedia->getCurrentIndex() == MATMEDIA_PBR && mComboMatMedia->getEnabled(); if (show_pbr) { - const U32 pbr_type = findChild<LLRadioGroup>("radio_pbr_type")->getSelectedIndex(); const bool new_state = has_pbr_capabilities && has_pbr_material; LLUICtrl* gltfCtrlTextureScaleU = getChild<LLUICtrl>("gltfTextureScaleU"); |