summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llnotificationmanager.h')
-rw-r--r--indra/newview/llnotificationmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationmanager.h b/indra/newview/llnotificationmanager.h
index 72fa394621..16e82e4cce 100644
--- a/indra/newview/llnotificationmanager.h
+++ b/indra/newview/llnotificationmanager.h
@@ -69,7 +69,7 @@ public:
private:
//TODO (*)
std::map<std::string, boost::shared_ptr<LLEventHandler> > mNotifyHandlers;
- std::map<std::string, LLChatHandler*> mChatHandlers;
+ // cruft std::map<std::string, LLChatHandler*> mChatHandlers;
};
}