diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llui/llresmgr.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/llui/llresmgr.h')
-rw-r--r-- | linden/indra/llui/llresmgr.h | 5 |
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 | ||
160 | public: | ||
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 | ||
164 | protected: | 161 | private: |
165 | LLString mPrevLocaleString; | 162 | LLString mPrevLocaleString; |
166 | }; | 163 | }; |
167 | 164 | ||