diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-10-12 14:40:49 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-10-12 14:40:49 -0400 |
commit | ad3ffeed867145693500daf903c581b91b1dfcb5 (patch) | |
tree | 43815c43b04b3afe29b54993193b2863949984c3 /indra/llwindow/llwindow.h | |
parent | 6fae13579eccf64959451a3aab1b77fa2ac02155 (diff) | |
parent | aabdbeadf53b3a20b4db563a23535af74fd7d4b7 (diff) |
Merge
Diffstat (limited to 'indra/llwindow/llwindow.h')
-rw-r--r-- | indra/llwindow/llwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llwindow/llwindow.h b/indra/llwindow/llwindow.h index 6bdc01ae88..e8a86a1880 100644 --- a/indra/llwindow/llwindow.h +++ b/indra/llwindow/llwindow.h @@ -36,7 +36,6 @@ class LLSplashScreen; class LLPreeditor; class LLWindowCallbacks; -class LLWindowListener; // Refer to llwindow_test in test/common/llwindow for usage example @@ -189,7 +188,6 @@ protected: BOOL mHideCursorPermanent; U32 mFlags; U16 mHighSurrogate; - LLWindowListener* mListener; // Handle a UTF-16 encoding unit received from keyboard. // Converting the series of UTF-16 encoding units to UTF-32 data, |