summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelvolume.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-05-16 13:33:44 -0400
committerLoren Shih <seraph@lindenlab.com>2011-05-16 13:33:44 -0400
commite088eb82cf94872cd0dc5a673f0c0a3b3bda0703 (patch)
tree292a2ff223d96804e62cbe761a67eab876b51ef9 /indra/newview/llpanelvolume.cpp
parentb1453b1584788de8ba9be0b2d549ac8450669632 (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 c443814c89..ff72ad0c14 100644
--- a/indra/newview/llpanelvolume.cpp
+++ b/indra/newview/llpanelvolume.cpp
@@ -467,7 +467,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);