summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2011-10-14 01:07:16 +0300
committerSeth ProductEngine <slitovchuk@productengine.com>2011-10-14 01:07:16 +0300
commitbdf6363e6aa4216913607e83bfc5e159f2535407 (patch)
tree8b7939aea641f2ea28689a7f8a4830c1b6817b55 /indra/newview/llimview.cpp
parent9273459251a6c59f8fabc50d9eef0b78e092e6fd (diff)
EXP-1282 FIXED Bottom bar removed.
- LLBottomTray code and XUI removed. - "Speak" buttom which resided in Bottom bar removed. - Voice connection status update moved from LLBottomTray to LLVivoxVoiceClient.
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 441ea2923d..64d5152ebe 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -46,7 +46,6 @@
#include "llagentui.h"
#include "llappviewer.h"
#include "llavatariconctrl.h"
-#include "llbottomtray.h"
#include "llcallingcard.h"
#include "llchat.h"
#include "llimfloater.h"
@@ -1680,13 +1679,6 @@ BOOL LLCallDialog::postBuild()
if (!LLDockableFloater::postBuild())
return FALSE;
- // dock the dialog to the Speak Button, where other sys messages appear
- LLView *anchor_panel = LLBottomTray::getInstance()->getChild<LLView>("speak_panel");
-
- setDockControl(new LLDockControl(
- anchor_panel, this,
- getDockTongue(), LLDockControl::TOP));
-
return TRUE;
}