summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandler.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-02-18 16:05:11 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2010-02-18 16:05:11 +0200
commiteec9f20d746805e772d38f8b338d882a6afb8df1 (patch)
tree7e53f1c927da7e120fcadaa370e0f3634305b5d0 /indra/newview/llnotificationhandler.h
parentf33a1d7ad994633f398c3e5ba9f668cf72d31099 (diff)
fixed EXT-5006 “One inventory offer cause blinking of both Conversations and
Notifications wells”, embedded inventory offer panel into IM window; --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llnotificationhandler.h')
-rw-r--r--indra/newview/llnotificationhandler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llnotificationhandler.h b/indra/newview/llnotificationhandler.h
index 5f4768e321..0d5c431d75 100644
--- a/indra/newview/llnotificationhandler.h
+++ b/indra/newview/llnotificationhandler.h
@@ -334,11 +334,6 @@ public:
* Adds notification panel to the IM floater.
*/
static void addNotifPanelToIM(const LLNotificationPtr& notification);
-
- /**
- * Reloads IM floater messages.
- */
- static void reloadIMFloaterMessages(const LLNotificationPtr& notification);
};
}