aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llresmgr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llresmgr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/linden/indra/llui/llresmgr.h b/linden/indra/llui/llresmgr.h
index b851795..810d386 100644
--- a/linden/indra/llui/llresmgr.h
+++ b/linden/indra/llui/llresmgr.h
@@ -29,8 +29,6 @@
29 * $/LicenseInfo$ 29 * $/LicenseInfo$
30 */ 30 */
31 31
32// NOTE: this is a MINIMAL implementation. The interface will remain, but the implementation will
33// (when the time is right) become dynamic and probably use external files.
34 32
35#ifndef LL_LLRESMGR_H 33#ifndef LL_LLRESMGR_H
36#define LL_LLRESMGR_H 34#define LL_LLRESMGR_H
@@ -157,11 +155,10 @@ public:
157 LLLocale(const LLString& locale_string); 155 LLLocale(const LLString& locale_string);
158 virtual ~LLLocale(); 156 virtual ~LLLocale();
159 157
160public:
161 static const LLString USER_LOCALE; 158 static const LLString USER_LOCALE;
162 static const LLString SYSTEM_LOCALE; 159 static const LLString SYSTEM_LOCALE;
163 160
164protected: 161private:
165 LLString mPrevLocaleString; 162 LLString mPrevLocaleString;
166}; 163};
167 164