aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llui.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:14 -0500
committerJacek Antonelli2008-08-15 23:45:14 -0500
commit075b5b41dcf4be2c33a4473889fefcbffb1a8fe5 (patch)
tree945b9c3a40691e01cd67f6f94324f8b3ded61574 /linden/indra/llui/llui.h
parentSecond Life viewer sources 1.18.4.1-RC (diff)
downloadmeta-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.h3
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.
145extern BOOL gShowTextEditCursor; 145extern BOOL gShowTextEditCursor;
146 146
147// Language
148extern LLString gLanguage;
149
150class LLImageProviderInterface; 147class LLImageProviderInterface;
151typedef void (*LLUIAudioCallback)(const LLUUID& uuid); 148typedef void (*LLUIAudioCallback)(const LLUUID& uuid);
152 149