mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
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:
parent
9eafd88c77
commit
3a8a8c1e64
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user