unused variable

This commit is contained in:
Martin Rotter 2021-07-25 07:47:54 +02:00
parent 6370f9e76c
commit 1be05409a9
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ RootItem* GreaderNetwork::categoriesFeedsLabelsTree(bool obtain_icons, const QNe
RootItem* GreaderNetwork::decodeTagsSubscriptions(const QString& categories, const QString& feeds,
bool obtain_icons, const QNetworkProxy& proxy) {
auto* parent = new RootItem();
auto timeout = qApp->settings()->value(GROUP(Feeds), SETTING(Feeds::UpdateTimeout)).toInt();
QMap<QString, RootItem*> cats;
QList<RootItem*> lbls;
QJsonArray json;