summaryrefslogtreecommitdiff
path: root/indra/newview/llimpanel.h
diff options
context:
space:
mode:
authorEugene Mutavchi <emutavchi@productengine.com>2009-10-27 14:29:18 +0200
committerEugene Mutavchi <emutavchi@productengine.com>2009-10-27 14:29:18 +0200
commitbfc9445563c5ad200ed609bc8ff3edecb2398d28 (patch)
tree486ca7cb9b4471ad1e161a3630fb47ec01ca7a72 /indra/newview/llimpanel.h
parent3b40f9052bdd22ca26610becaa8c37fba07cc1f2 (diff)
Implemented major task EXT-1717 (IM related server responses processing stuff should use new IM floater along with the old one) sub-task of EXT-96 (Viewer 2009: Group IM detail).
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimpanel.h')
-rw-r--r--indra/newview/llimpanel.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llimpanel.h b/indra/newview/llimpanel.h
index 31b5c5c127..39107d9a22 100644
--- a/indra/newview/llimpanel.h
+++ b/indra/newview/llimpanel.h
@@ -129,15 +129,6 @@ public:
void processIMTyping(const LLIMInfo* im_info, BOOL typing);
static void chatFromLogFile(LLLogChat::ELogLineType type, std::string line, void* userdata);
- //show error statuses to the user
- void showSessionStartError(const std::string& error_string);
- void showSessionEventError(
- const std::string& event_string,
- const std::string& error_string);
- void showSessionForceClose(const std::string& reason);
-
- static bool onConfirmForceCloseError(const LLSD& notification, const LLSD& response);
-
private:
// Called by UI methods.
void sendMsg();