summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-07-08 13:41:59 -0700
committerMerov Linden <merov@lindenlab.com>2013-07-08 13:41:59 -0700
commita1cc147829be2c341721ea75f713ac66279ad40c (patch)
tree9c6fc3a99a1436dcaa9b385526c4a69ca2235b4f /indra/newview/llfloatersocial.h
parent5c88b679bd2f66fd6fa358ca93047c0aba781e22 (diff)
ACME-626 : More snapshot panel cleanup, autorefresh when changing resolution, simplify working messaging, add tooltip to the refresh button
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r--indra/newview/llfloatersocial.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h
index a39210108a..cc47fb61e1 100644
--- a/indra/newview/llfloatersocial.h
+++ b/indra/newview/llfloatersocial.h
@@ -28,7 +28,6 @@
#define LL_LLFLOATERSOCIAL_H
#include "llfloater.h"
-#include "llloadingindicator.h"
#include "lltextbox.h"
#include "llviewertexture.h"
@@ -74,7 +73,6 @@ public:
void updateControls();
void updateResolution(BOOL do_update);
void checkAspectRatio(S32 index);
- void setNeedRefresh(bool need);
LLUICtrl* getRefreshBtn();
private:
@@ -83,15 +81,11 @@ private:
LLUICtrl * mSnapshotPanel;
LLUICtrl * mResolutionComboBox;
LLUICtrl * mRefreshBtn;
- LLUICtrl * mRefreshLabel;
- LLLoadingIndicator * mWorkingIndicator;
LLUICtrl * mWorkingLabel;
LLUICtrl * mThumbnailPlaceholder;
LLUICtrl * mCaptionTextBox;
LLUICtrl * mLocationCheckbox;
LLUICtrl * mPostButton;
-
- bool mNeedRefresh;
};
class LLSocialCheckinPanel : public LLPanel