diff options
author | richard <none@none> | 2009-11-23 11:46:35 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-23 11:46:35 -0800 |
commit | d4dc4cfddcc3faf17df992fd0ffae9ea18adf19f (patch) | |
tree | 31429167e9a718f1b3f5183c4097d543a5ff9306 /indra/newview/llnavigationbar.h | |
parent | dc88effc24e533bd96c5e88de07720b347689f14 (diff) |
EXT-2460 - mouselook mode - remove unused UI elements
EXT-2504 - black bars present at top and bottom when in mouselook
reviewed by Leyla
Diffstat (limited to 'indra/newview/llnavigationbar.h')
-rw-r--r-- | indra/newview/llnavigationbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnavigationbar.h b/indra/newview/llnavigationbar.h index 52f5a827e4..6f5175d1ae 100644 --- a/indra/newview/llnavigationbar.h +++ b/indra/newview/llnavigationbar.h @@ -56,6 +56,7 @@ public: /*virtual*/ void draw(); /*virtual*/ BOOL handleRightMouseDown(S32 x, S32 y, MASK mask); /*virtual*/ BOOL postBuild(); + /*virtual*/ void setVisible(BOOL visible); void handleLoginComplete(); void clearHistoryCache(); |