Removed unnecessary method p3Notify::AddFeedItem.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7674 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-11-11 20:28:45 +00:00
parent fcb7b6c340
commit 67215c7ffe
6 changed files with 10 additions and 28 deletions

View file

@ -472,7 +472,7 @@ void p3LinkMgrIMPL::tickMonitors()
if (notify)
{
notify->AddPopupMessage(RS_POPUP_CONNECT, peer.id.toStdString(),"", "Online: ");
notify->AddFeedItem(RS_FEED_ITEM_PEER_CONNECT, peer.id.toStdString(), "", "");
notify->AddFeedItem(RS_FEED_ITEM_PEER_CONNECT, peer.id.toStdString());
}
}
}