summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.h
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-03 17:14:50 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-03 17:14:50 +0200
commitcfc43ff67ce7a254fd7be2f284a1d9f7a318f3fb (patch)
tree49a779a442b63054c8dd6386a4f568c299e72006 /indra/newview/llimview.h
parent3689b28bf7066a750d24dbb34a809a6d2fa953ed (diff)
parentcabf4f5d58410e9c1fb8c06b0f40900119d37fa7 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r--indra/newview/llimview.h10
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;