Navigation Menu

Skip to content

Commit

Permalink
Unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 17, 2022
1 parent 3512661 commit a33b56b
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 a33b56b

Please sign in to comment.