Deactivated code for old forum handling in FeedReader plugin

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7091 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-02-04 22:06:33 +00:00
parent 98e4271695
commit cedbd051ac
4 changed files with 127 additions and 106 deletions

View file

@ -113,7 +113,8 @@ FeedNotify *FeedReaderPlugin::qt_feedNotify()
RsPQIService *FeedReaderPlugin::rs_pqi_service() const
{
if (mFeedReader == NULL) {
mFeedReader = new p3FeedReader(mPlugInHandler, mInterfaces.mForums);
//Todo: Replace with gxs forums
mFeedReader = new p3FeedReader(mPlugInHandler, NULL /*mInterfaces.mForums*/);
rsFeedReader = mFeedReader;
mNotify = new FeedReaderNotify();