diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-02-23 20:05:15 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-02-23 20:05:15 +0200 |
commit | 54b444c5d5e4e7ee80801e5eeed6b32227096580 (patch) | |
tree | 4654cebd1826918daff471c6710de20ba93aab9c /indra/newview/llfloatermodelpreview.h | |
parent | ba8f261fdf83108cf5bc48442876916d7c32b666 (diff) |
Backed out changeset: d531bea24d6e
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 41208daa64..564f4c39de 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -109,7 +109,6 @@ public: void loadModel(S32 lod, const std::string& file_name, bool force_disable_slm = false); void onViewOptionChecked(LLUICtrl* ctrl); - void onUploadOptionChecked(LLUICtrl* ctrl); bool isViewOptionChecked(const LLSD& userdata); bool isViewOptionEnabled(const LLSD& userdata); void setViewOptionEnabled(const std::string& option, bool enabled); @@ -180,7 +179,6 @@ protected: LLModelPreview* mModelPreview; LLPhysicsDecomp::decomp_params mDecompParams; - LLPhysicsDecomp::decomp_params mDefaultDecompParams; S32 mLastMouseX; S32 mLastMouseY; @@ -205,6 +203,7 @@ protected: private: void onClickCalculateBtn(); + void toggleCalculateButton(); void onLoDSourceCommit(S32 lod); @@ -214,8 +213,6 @@ private: // resets display options of model preview to their defaults. void resetDisplayOptions(); - void resetUploadOptions(); - void createSmoothComboBox(LLComboBox* combo_box, float min, float max); LLButton* mUploadBtn; |