diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-10-27 18:50:01 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-10-27 18:50:01 +0200 |
commit | dfb9cef8d49ed4773ff13ef6a263cbc453943534 (patch) | |
tree | 968c848ef5f4febede4a9d62d7668d65e6d50075 /indra/newview/llimpanel.h | |
parent | 0ac752cd4b654f5c87b02db064f3a79c378b8284 (diff) | |
parent | 0a1d9175f2cf30b8e6dd67a3ea6a30dffdd8bde2 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimpanel.h')
-rw-r--r-- | indra/newview/llimpanel.h | 9 |
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(); |