diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-07-19 20:09:46 +0300 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-07-19 20:09:46 +0300 |
commit | 97d73a7c31da32f1555215efe6a21a3428153341 (patch) | |
tree | 6b0055caa71876a6092bad7018f7940c81726e63 /indra/newview/llfloateroutfitsnapshot.cpp | |
parent | 25095cbabe7f05ac9e19d661d974032c0ec90602 (diff) |
MAINT-6583 FIXED [VOB] Snapshot floater is stuck in "Posting" state.
Removed wrong callback set from VOB snapshot floater
Diffstat (limited to 'indra/newview/llfloateroutfitsnapshot.cpp')
-rw-r--r-- | indra/newview/llfloateroutfitsnapshot.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloateroutfitsnapshot.cpp b/indra/newview/llfloateroutfitsnapshot.cpp index c29c607449..d671c36a1c 100644 --- a/indra/newview/llfloateroutfitsnapshot.cpp +++ b/indra/newview/llfloateroutfitsnapshot.cpp @@ -256,8 +256,6 @@ BOOL LLFloaterOutfitSnapshot::postBuild() } childSetCommitCallback("filters_combobox", ImplBase::onClickFilter, this); - LLWebProfile::setImageUploadResultCallback(boost::bind(&ImplBase::onSnapshotUploadFinished, this, _1)); - sThumbnailPlaceholder = getChild<LLUICtrl>("thumbnail_placeholder"); // create preview window |