Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 26, 2021
1 parent f2f4009 commit 44d3ac8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/core/providers/ogr/qgsogrprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,6 @@ QgsLayerMetadata QgsOgrProvider::layerMetadata() const
return mLayerMetadata;
}

QStringList QgsOgrProvider::subLayersWithoutFeatureCount() const
{
return subLayerDetailsToStringList( _subLayers( Qgis::SublayerQueryFlag::ResolveGeometryType ) );
}

QList<QgsProviderSublayerDetails> QgsOgrProvider::_subLayers( Qgis::SublayerQueryFlags flags ) const
{
QgsCPLHTTPFetchOverrider oCPLHTTPFetcher( mAuthCfg );
Expand Down
1 change: 0 additions & 1 deletion src/core/providers/ogr/qgsogrprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class QgsOgrProvider final: public QgsVectorDataProvider
uint subLayerCount() const override;
QStringList subLayers() const override;
QgsLayerMetadata layerMetadata() const override;
QStringList subLayersWithoutFeatureCount() const;
QString storageType() const override;
QgsFeatureIterator getFeatures( const QgsFeatureRequest &request ) const override;
QString subsetString() const override;
Expand Down

0 comments on commit 44d3ac8

Please sign in to comment.