diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-07 15:59:49 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-07 15:59:49 +0200 |
commit | d5bc38ae2db2d482db3e3fb83a0d9b917c6d4eb4 (patch) | |
tree | 20bdd0912277bf6f327b6f153170f90270e27156 /indra/newview/llsyswellwindow.cpp | |
parent | 13dd7431a350fc2515a6b7f30995fbc47f1bc77b (diff) |
Work on normal task EXT-3148 (Implement updating of the IM Well message counter). Fixed Linux build
-- move constats into class
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.cpp')
-rw-r--r-- | indra/newview/llsyswellwindow.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp index 18877e3895..f64cd4727b 100644 --- a/indra/newview/llsyswellwindow.cpp +++ b/indra/newview/llsyswellwindow.cpp @@ -45,10 +45,6 @@ #include "lltoastpanel.h" #include "llnotificationmanager.h" - -static std::string NOTIFICATION_WELL_ANCHOR_NAME = "notification_well_panel"; -static std::string IM_WELL_ANCHOR_NAME = "im_well_panel"; - //--------------------------------------------------------------------------------- LLSysWellWindow::LLSysWellWindow(const LLSD& key) : LLDockableFloater(NULL, key), mChannel(NULL), |