summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationmanager.h
diff options
context:
space:
mode:
authorDebi King (Dessie) <dessie@lindenlab.com>2011-06-06 11:52:37 -0400
committerDebi King (Dessie) <dessie@lindenlab.com>2011-06-06 11:52:37 -0400
commit18d210e9b0adb90ab2bdac863435bd1c3a9d7abf (patch)
tree58496f4e9ebadb36fa5210bfcbc69f1a85421a86 /indra/newview/llnotificationmanager.h
parentdb2d21a89b62acc14025e7c529721e994ca96a9f (diff)
parent02c85bd02689b773b1a861c4edff865a31986b4f (diff)
reconciled .hgtags
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;
};
}