diff options
author | Jacek Antonelli | 2008-08-15 23:45:14 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:14 -0500 |
commit | 075b5b41dcf4be2c33a4473889fefcbffb1a8fe5 (patch) | |
tree | 945b9c3a40691e01cd67f6f94324f8b3ded61574 /linden/indra/llui/llui.h | |
parent | Second Life viewer sources 1.18.4.1-RC (diff) | |
download | meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.zip meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.tar.gz meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.tar.bz2 meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.tar.xz |
Second Life viewer sources 1.18.4.2-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llui.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/llui/llui.h b/linden/indra/llui/llui.h index 4d831ca..b806f7a 100644 --- a/linden/indra/llui/llui.h +++ b/linden/indra/llui/llui.h | |||
@@ -144,9 +144,6 @@ inline void gl_rect_2d_offset_local( const LLRect& rect, S32 pixel_offset, BOOL | |||
144 | // Used to hide the flashing text cursor when window doesn't have focus. | 144 | // Used to hide the flashing text cursor when window doesn't have focus. |
145 | extern BOOL gShowTextEditCursor; | 145 | extern BOOL gShowTextEditCursor; |
146 | 146 | ||
147 | // Language | ||
148 | extern LLString gLanguage; | ||
149 | |||
150 | class LLImageProviderInterface; | 147 | class LLImageProviderInterface; |
151 | typedef void (*LLUIAudioCallback)(const LLUUID& uuid); | 148 | typedef void (*LLUIAudioCallback)(const LLUUID& uuid); |
152 | 149 | ||