Skip to content

Commit

Permalink
Removing placement button groups declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and m-kuhn committed Sep 4, 2017
1 parent e677e1f commit 399c2ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/qgsdiagramproperties.cpp
Expand Up @@ -59,9 +59,6 @@ QgsExpressionContext QgsDiagramProperties::createExpressionContext() const

QgsDiagramProperties::QgsDiagramProperties( QgsVectorLayer *layer, QWidget *parent, QgsMapCanvas *canvas )
: QWidget( parent )
, mPlacePointBtnGrp( nullptr )
, mPlaceLineBtnGrp( nullptr )
, mPlacePolygonBtnGrp( nullptr )
, mMapCanvas( canvas )
{
mLayer = layer;
Expand Down

0 comments on commit 399c2ca

Please sign in to comment.