Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ca7e1e

Browse files
nirvngithub-actions[bot]
authored andcommittedMar 16, 2023
Remove unused expression code
1 parent 547207c commit 0ca7e1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/core/vectortile/qgsvectortilebasicrenderer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ void QgsVectorTileBasicRenderer::renderBackground( QgsRenderContext &context )
170170
if ( !layerStyle.symbol() || layerStyle.layerName() != QLatin1String( "background" ) )
171171
continue;
172172

173-
QgsExpression filterExpression( layerStyle.filterExpression() );
174-
filterExpression.prepare( &context.expressionContext() );
175-
176173
QgsSymbol *sym = layerStyle.symbol();
177174
sym->startRender( context, QgsFields() );
178175

0 commit comments

Comments
 (0)
Please sign in to comment.