summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-02-03 13:24:04 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-02-03 13:24:04 -0500
commit043a980d9961492bde95bf6a569a080258810fe9 (patch)
tree1c0260753cf0bb044e954fc085ce07f862e9144a /indra/newview/llimview.h
parent221954f04203968e65325de69c73c961b5e60c56 (diff)
parent594b1ac679a502f92db477e3f09441e361f72c93 (diff)
merge
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;