diff options
author | Merov Linden <merov@lindenlab.com> | 2012-09-28 17:30:18 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-09-28 17:30:18 -0700 |
commit | 7fc33cc47fdc080bbc7674cf118011b689ba1485 (patch) | |
tree | 5c5a74d7cfd06c23ee97ede9ad65011701624746 /indra/llui/llview.h | |
parent | 166ff2b1b8dc21ad1a88c715a480ce1d2c5c2e07 (diff) |
CHUI-367 : Completed : Show user name tooltip in all situations so to avoid the conversation name showing up
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index ba896b65a4..15b85a6418 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -67,8 +67,6 @@ const BOOL NOT_MOUSE_OPAQUE = FALSE; const U32 GL_NAME_UI_RESERVED = 2; -static const std::string NO_TOOLTIP_STRING = " "; - // maintains render state during traversal of UI tree class LLViewDrawContext { |