Removed unused member mChanReadStatus from p3Channels.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6378 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-05-24 14:57:33 +00:00
parent 9eafd88c77
commit 3a8a8c1e64
2 changed files with 0 additions and 3 deletions

View File

@ -1040,8 +1040,6 @@ void p3Channels::processChanReadStatus(RsChannelReadStatus* drs)
if(sit != drs->msgReadStatus.end()){
mChannelStatus[chId] = sit->second;
mChanReadStatus.insert(std::make_pair<std::string, RsChannelReadStatus*>
(chId, drs));
}
// first pull out the channel id status

View File

@ -120,7 +120,6 @@ void removeChannelReadStatusEntry(const std::string& cId);
std::list<RsItem *> saveList;
std::list<RsChannelReadStatus *> mReadStatus;
std::map<std::string, RsChannelReadStatus* > mChanReadStatus;
chanStatMap mMsgReadStatus;
statMap mChannelStatus;