diff options
| author | Howard Stearns <howard.stearns@gmail.com> | 2022-02-04 14:13:19 -0800 |
|---|---|---|
| committer | Howard Stearns <howard.stearns@gmail.com> | 2022-02-04 14:13:19 -0800 |
| commit | ca43cc2305502ec4f6a8d75ea2e4303b655ff0ce (patch) | |
| tree | d2dd4f531be53e3ab53d994b4439bf26b0843086 /indra/newview/llfloatermodelpreview.cpp | |
| parent | f1df486208f94c649f09dc2dc0cce393208d3771 (diff) | |
SL-98 - Remove special new tab-specific display behavior
Diffstat (limited to 'indra/newview/llfloatermodelpreview.cpp')
| -rw-r--r-- | indra/newview/llfloatermodelpreview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index 165adf4644..64b24d54c3 100644 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -270,7 +270,6 @@ BOOL LLFloaterModelPreview::postBuild() LLPanel *panel = mTabContainer->getPanelByName("rigging_panel"); mAvatarTabIndex = mTabContainer->getIndexForPanel(panel); panel->getChild<LLScrollListCtrl>("joints_list")->setCommitCallback(boost::bind(&LLFloaterModelPreview::onJointListSelection, this)); - mPhysicsTabIndex = mTabContainer->getIndexForPanel(mTabContainer->getPanelByName("physics_panel")); if (LLConvexDecomposition::getInstance() != NULL) { |
