Remove outdated comment

This commit is contained in:
Nyall Dawson 2024-06-04 20:28:40 +10:00
parent b09e48f78b
commit 757418fc7b

View File

@ -5159,7 +5159,6 @@ void TestQgsLabelingEngine::testRotationBasedOrientationPointHtmlLabel()
QgsDefaultLabelingEngine engine;
engine.setMapSettings( mapSettings );
engine.addProvider( new QgsVectorLayerLabelProvider( vl, QString(), true, &settings ) );
//engine.setFlags( QgsLabelingEngine::RenderOutlineLabels | QgsLabelingEngine::DrawLabelRectOnly );
engine.run( context );
p.end();