summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.h
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2015-10-27 15:15:34 -0700
committerAura Linden <aura@lindenlab.com>2015-10-27 15:15:34 -0700
commit97374a5362f097afd3027ea51757de2e36af4798 (patch)
treed8873f7076c0858c80faec7a3bf8d398c8d99c60 /indra/newview/llfloatermodelpreview.h
parent2f6166a5a4f8d5be679cef0699142c4ef061fb55 (diff)
Fixes SL-202 joint offset and skin weight import. Race condition still exists.
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rwxr-xr-xindra/newview/llfloatermodelpreview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h
index 25c650a725..d9351029ec 100755
--- a/indra/newview/llfloatermodelpreview.h
+++ b/indra/newview/llfloatermodelpreview.h
@@ -300,8 +300,6 @@ public:
void setRigWithSceneParity( bool state ) { mRigParityWithScene = state; }
const bool getRigWithSceneParity( void ) const { return mRigParityWithScene; }
- LLVector3 getTranslationForJointOffset( std::string joint );
-
static bool sIgnoreLoadedCallback;
protected: