Skip to content

Commit

Permalink
Unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Jan 17, 2022
1 parent 31bb016 commit 79f2b34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/geonode/qgsgeonodedataitems.cpp
Expand Up @@ -98,7 +98,6 @@ QVector<QgsDataItem *> QgsGeoNodeServiceItem::createChildren()
QVector<QgsDataItem *> children;
QHash<QgsDataItem *, QString> serviceItems; // service/provider key

int layerCount = 0;
// Try to open with service provider
bool skipProvider = false;

Expand Down Expand Up @@ -146,7 +145,6 @@ QVector<QgsDataItem *> QgsGeoNodeServiceItem::createChildren()
{
item->populate( true ); // populate in foreground - this is already run in a thread

layerCount += item->rowCount();
if ( item->rowCount() > 0 )
{
serviceItems.insert( item, key );
Expand Down

0 comments on commit 79f2b34

Please sign in to comment.