cleaned up unused code

This commit is contained in:
csoler 2020-06-18 18:35:02 +02:00
parent 3354246805
commit 3df54bde53
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 13 additions and 373 deletions

View file

@ -496,11 +496,6 @@ void RsGxsChannelPostsModel::setPosts(const RsGxsChannelGroup& group, std::vecto
for(int i=0;i<mPosts.size();++i)
mFilteredPosts.push_back(i);
#ifdef TODO
recursUpdateReadStatusAndTimes(0,has_unread_below,has_read_below) ;
recursUpdateFilterStatus(0,0,QStringList());
#endif
#ifdef DEBUG_CHANNEL_MODEL
// debug_dump();
#endif