diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2009-11-06 15:49:56 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2009-11-06 15:49:56 +0200 |
commit | ddb42652e3205a96289ad4ac8031a022cce46c4a (patch) | |
tree | 3a875d1ae7ffe40dcbcc0e8bb6da2cbc8f28cbd5 /indra/newview/llimview.cpp | |
parent | 0c95cc78e56e9249df223dedd93e708d9f7698ab (diff) |
IM: minor refac., moved floater registation of llviewerfloaterreg
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 095a18f322..4f844ed8c8 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1350,13 +1350,6 @@ bool inviteUserResponse(const LLSD& notification, const LLSD& response) LLIMMgr::LLIMMgr() : mIMReceived(FALSE) { - static bool registered_dialog = false; - if (!registered_dialog) - { - LLFloaterReg::add("incoming_call", "floater_incoming_call.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLIncomingCallDialog>); - registered_dialog = true; - } - mPendingInvitations = LLSD::emptyMap(); mPendingAgentListUpdates = LLSD::emptyMap(); } |