summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelvolume.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-05-17 10:57:19 -0400
committerLoren Shih <seraph@lindenlab.com>2011-05-17 10:57:19 -0400
commit5fd80abf4f1bbccc51bcf23d2fd1b838826291d9 (patch)
treef699e223b5724e34bacb004d1075f36ce92b7392 /indra/newview/llpanelvolume.cpp
parent6b10d9ce1cd5c41d8130276bf8d295c9673b5449 (diff)
SH-1351 FIXED On the Edit Panel, remove the Override Material checkbox
Diffstat (limited to 'indra/newview/llpanelvolume.cpp')
-rw-r--r--indra/newview/llpanelvolume.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelvolume.cpp b/indra/newview/llpanelvolume.cpp
index 0803fea004..ebddaa90bc 100644
--- a/indra/newview/llpanelvolume.cpp
+++ b/indra/newview/llpanelvolume.cpp
@@ -537,7 +537,6 @@ void LLPanelVolume::refresh()
getChildView("label physicsshapetype")->setVisible(enable_mesh);
getChildView("Physics Shape Type Combo Ctrl")->setVisible(enable_mesh);
getChildView("Physics Gravity")->setVisible(enable_mesh);
- getChildView("Physics Material Override")->setVisible(enable_mesh);
getChildView("Physics Friction")->setVisible(enable_mesh);
getChildView("Physics Density")->setVisible(enable_mesh);
getChildView("Physics Restitution")->setVisible(enable_mesh);