Skip to content

Commit

Permalink
Remove unused expression code
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and nyalldawson committed Apr 1, 2023
1 parent 622815e commit 6d33c7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/vectortile/qgsvectortilebasicrenderer.cpp
Expand Up @@ -170,9 +170,6 @@ void QgsVectorTileBasicRenderer::renderBackground( QgsRenderContext &context )
if ( !layerStyle.symbol() || layerStyle.layerName() != QLatin1String( "background" ) )
continue;

QgsExpression filterExpression( layerStyle.filterExpression() );
filterExpression.prepare( &context.expressionContext() );

QgsSymbol *sym = layerStyle.symbol();
sym->startRender( context, QgsFields() );

Expand Down

0 comments on commit 6d33c7c

Please sign in to comment.