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 github-actions[bot] committed Mar 16, 2023
1 parent bd095d0 commit 256d4b9
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 256d4b9

Please sign in to comment.