diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llstatusbar.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/llstatusbar.h')
-rw-r--r-- | linden/indra/newview/llstatusbar.h | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/linden/indra/newview/llstatusbar.h b/linden/indra/newview/llstatusbar.h index e08066b..ff71ee3 100644 --- a/linden/indra/newview/llstatusbar.h +++ b/linden/indra/newview/llstatusbar.h | |||
@@ -81,19 +81,7 @@ public: | |||
81 | S32 getSquareMetersCommitted() const; | 81 | S32 getSquareMetersCommitted() const; |
82 | S32 getSquareMetersLeft() const; | 82 | S32 getSquareMetersLeft() const; |
83 | 83 | ||
84 | protected: | 84 | protected: |
85 | static void onClickParcelInfo(void*); | ||
86 | static void onClickBalance(void*); | ||
87 | static void onClickBuyCurrency(void*); | ||
88 | static void onClickRegionInfo(void*); | ||
89 | static void onClickHealth(void*); | ||
90 | static void onClickFly(void*); | ||
91 | static void onClickPush(void*); | ||
92 | static void onClickBuild(void*); | ||
93 | static void onClickScripts(void*); | ||
94 | static void onClickBuyLand(void*); | ||
95 | static void onClickScriptDebug(void*); | ||
96 | |||
97 | // simple method to setup the part that holds the date | 85 | // simple method to setup the part that holds the date |
98 | void setupDate(); | 86 | void setupDate(); |
99 | 87 | ||
@@ -102,15 +90,6 @@ protected: | |||
102 | LLTextBox *mTextHealth; | 90 | LLTextBox *mTextHealth; |
103 | LLTextBox *mTextTime; | 91 | LLTextBox *mTextTime; |
104 | 92 | ||
105 | LLButton *mBtnScriptOut; | ||
106 | LLButton *mBtnHealth; | ||
107 | LLButton *mBtnFly; | ||
108 | LLButton *mBtnBuild; | ||
109 | LLButton *mBtnScripts; | ||
110 | LLButton *mBtnPush; | ||
111 | LLButton *mBtnBuyLand; | ||
112 | |||
113 | |||
114 | LLTextBox* mTextParcelName; | 93 | LLTextBox* mTextParcelName; |
115 | 94 | ||
116 | LLStatGraph *mSGBandwidth; | 95 | LLStatGraph *mSGBandwidth; |
@@ -127,7 +106,7 @@ protected: | |||
127 | 106 | ||
128 | static std::vector<std::string> sDays; | 107 | static std::vector<std::string> sDays; |
129 | static std::vector<std::string> sMonths; | 108 | static std::vector<std::string> sMonths; |
130 | static const U32 LLStatusBar::MAX_DATE_STRING_LENGTH; | 109 | static const U32 MAX_DATE_STRING_LENGTH; |
131 | }; | 110 | }; |
132 | 111 | ||
133 | // *HACK: Status bar owns your cached money balance. JC | 112 | // *HACK: Status bar owns your cached money balance. JC |