diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-13 08:11:23 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-13 08:11:23 -0400 |
commit | 2e26a75215bb2d708671d71c5c66e2996c11495f (patch) | |
tree | c2cdcbf4758462b11f296c9ab200237aa33e5c71 /indra/llwindow/llwindow.h | |
parent | a69ae967243e19bdc5969c34f0b1e94be794919d (diff) | |
parent | aabdbeadf53b3a20b4db563a23535af74fd7d4b7 (diff) |
merge changes for vwr-27090
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, |