mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Removed unnecessary call to RsForums::getForumMessage in ForumsDialog::insertThreads.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3680 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
71ab42d74d
commit
f936bb8996
@ -983,15 +983,6 @@ void ForumsDialog::insertThreads()
|
||||
std::cerr << "ForumsDialog::insertThreads() Adding TopLevel Thread: mId: ";
|
||||
std::cerr << tit->msgId << std::endl;
|
||||
|
||||
/* add the top threads */
|
||||
ForumMsgInfo msg;
|
||||
if (!rsForums->getForumMessage(fId, tit->threadId, msg))
|
||||
{
|
||||
std::cerr << "ForumsDialog::insertThreads() Failed to Get TopLevel Msg";
|
||||
std::cerr << std::endl;
|
||||
continue;
|
||||
}
|
||||
|
||||
ForumMsgInfo msginfo;
|
||||
if (rsForums->getForumMessage(fId,tit->msgId,msginfo) == false) {
|
||||
std::cerr << "ForumsDialog::insertThreads() Failed to Get Msg";
|
||||
|
Loading…
Reference in New Issue
Block a user