summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-11-20 12:52:40 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-11-20 12:52:40 +0200
commita995c494d4a3c7750532f01d2c8c693e7ff32ea3 (patch)
tree41bef5117587598b4a06b9333996562646aa0378 /indra
parentba2e9f4495b2423e5a03a2136762a539c532710a (diff)
removed redundant local variable
--HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llscreenchannel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llscreenchannel.cpp b/indra/newview/llscreenchannel.cpp
index c4d3fb9d7d..24505f6bd6 100644
--- a/indra/newview/llscreenchannel.cpp
+++ b/indra/newview/llscreenchannel.cpp
@@ -533,8 +533,6 @@ void LLScreenChannel::createStartUpToast(S32 notif_num, F32 timer)
LLTextBox* text_box = mStartUpToastPanel->getChild<LLTextBox>("toast_text");
- std::string mStartUpFormatString;
-
std::string text = LLTrans::getString("StartUpNotifications");
toast_rect = mStartUpToastPanel->getRect();