diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-03 16:15:34 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-03 16:15:34 +0200 |
commit | 6ebbc5edf6c95f68088577f82b2c1daf73b68205 (patch) | |
tree | 350ce20fd0267b785c37f019bc571ddc82c40093 /indra/newview/llimview.h | |
parent | a9aa9f41188c78b4025bea7657ead279a2877fd5 (diff) |
fixed EXT-4764 “Forbid connecting to different voice channels at once”,
removed redundant call status notifications: ringing, connected, hang_up,
unavailable, answering;
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index b573490fa3..1c7aaa3f1b 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -530,16 +530,6 @@ private: void hideAllText(); }; -class LLCallInfoDialog : public LLCallDialog -{ -public: - LLCallInfoDialog(const LLSD& payload); - /*virtual*/ BOOL postBuild(); - /*virtual*/ void onOpen(const LLSD& key); - - static void show(const std::string& status_name, const LLSD& args); -}; - // Globals extern LLIMMgr *gIMMgr; |