summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindow.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2011-09-26 15:44:21 -0400
committerNat Goodspeed <nat@lindenlab.com>2011-09-26 15:44:21 -0400
commitad9c28a2693f0e05f229697bb906216f99029bed (patch)
treee03f6ac599b6fcc48936da1b0dff2ecd38d78acb /indra/llwindow/llwindow.h
parentd475a96e94be90e68cf34bf6c25d8ab259aa47b5 (diff)
parent773a8e499e3a62043a5247774a4c14cde20b8cd4 (diff)
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/llwindow/llwindow.h')
-rw-r--r--indra/llwindow/llwindow.h2
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,