diff options
author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-07-09 17:47:58 -0700 |
---|---|---|
committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-07-09 17:47:58 -0700 |
commit | 3733337011c781b6dabe978181d8ae4c5c96188b (patch) | |
tree | 91cda565eda0dd492ce2709ce454b7f9dfa74542 /indra/newview/llpanelobject.h | |
parent | 2530b057bb18550ed2825c14988a807ab90d460f (diff) |
Gravity, Friction, Restitution, Density now work with simulator.
Diffstat (limited to 'indra/newview/llpanelobject.h')
-rw-r--r-- | indra/newview/llpanelobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelobject.h b/indra/newview/llpanelobject.h index 2c62002ac6..ca6316f54e 100644 --- a/indra/newview/llpanelobject.h +++ b/indra/newview/llpanelobject.h @@ -171,7 +171,6 @@ protected: LLComboBox* mComboPhysicsShapeType; LLSpinCtrl* mSpinPhysicsGravity; - LLCheckBoxCtrl* mCheckPhysicsMaterialOverride; LLSpinCtrl* mSpinPhysicsFriction; LLSpinCtrl* mSpinPhysicsDensity; LLSpinCtrl* mSpinPhysicsRestitution; |