diff options
author | leyla_linden <none@none> | 2010-12-10 17:05:38 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2010-12-10 17:05:38 -0800 |
commit | 285ba513368c6b692ea2eb5d13b85300c76adbea (patch) | |
tree | 97edcc2260d97f7b80c9172338481eb8e2a05503 /indra/newview/llfloatermodelpreview.h | |
parent | 52686947e2643eaa0f1cda03f33bbf1089d3b46d (diff) |
fixed model uploader aspect not updating, text not following resize, and file name not filling in
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index b0317e3d2d..a7d43a3d53 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -256,8 +256,6 @@ class LLModelPreview : public LLViewerDynamicTexture, public LLMutex void clearIncompatible(S32 lod); void updateStatusMessages(); bool containsRiggedAsset( void ); - void setAspect(F32 aspect) { mAspect = aspect; }; - //void setLoading(bool loading) { mLoading = loading; }; static void textureLoadedCallback( BOOL success, LLViewerFetchedTexture *src_vi, LLImageRaw* src, LLImageRaw* src_aux, S32 discard_level, BOOL final, void* userdata ); @@ -283,7 +281,6 @@ class LLModelPreview : public LLViewerDynamicTexture, public LLMutex U32 mResourceCost; S32 mLimit[LLModel::NUM_LODS]; std::string mLODFile[LLModel::NUM_LODS]; - F32 mAspect; bool mLoading; LLModelLoader* mModelLoader; |