Skip to content

Commit 399c2ca

Browse files
DelazJm-kuhn
authored andcommitted
Removing placement button groups declaration
1 parent e677e1f commit 399c2ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/qgsdiagramproperties.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ QgsExpressionContext QgsDiagramProperties::createExpressionContext() const
5959

6060
QgsDiagramProperties::QgsDiagramProperties( QgsVectorLayer *layer, QWidget *parent, QgsMapCanvas *canvas )
6161
: QWidget( parent )
62-
, mPlacePointBtnGrp( nullptr )
63-
, mPlaceLineBtnGrp( nullptr )
64-
, mPlacePolygonBtnGrp( nullptr )
6562
, mMapCanvas( canvas )
6663
{
6764
mLayer = layer;

0 commit comments

Comments
 (0)