cleaned up removed code in Forum Model

This commit is contained in:
csoler 2018-11-27 22:24:18 +01:00
parent ed68d720aa
commit ccdfc3cbf3
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 43 additions and 35 deletions

View file

@ -33,6 +33,7 @@
//#define DEBUG_FORUMS
#ifdef TO_REMOVE
#define PROGRESSBAR_MAX 100
GxsForumsFillThread::GxsForumsFillThread(GxsForumThreadWidget *parent)
@ -553,4 +554,5 @@ void GxsForumsFillThread::run()
if(wasStopped())
deleteLater();
}
#endif