Skip to content

Commit a0e6b7f

Browse files
DelazJm-kuhn
authored andcommittedSep 6, 2017
Code cleanup
Remove already declared groups in header
1 parent 59d7582 commit a0e6b7f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎src/gui/qgstextformatwidget.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131

3232
QgsTextFormatWidget::QgsTextFormatWidget( const QgsTextFormat &format, QgsMapCanvas *mapCanvas, QWidget *parent )
3333
: QWidget( parent )
34-
, mQuadrantBtnGrp( nullptr )
35-
, mDirectSymbBtnGrp( nullptr )
36-
, mUpsidedownBtnGrp( nullptr )
37-
, mPlacePointBtnGrp( nullptr )
38-
, mPlaceLineBtnGrp( nullptr )
39-
, mPlacePolygonBtnGrp( nullptr )
4034
, mMinPixelLimit( 0 )
4135
, mWidgetMode( Text )
4236
, mMapCanvas( mapCanvas )
@@ -50,12 +44,6 @@ QgsTextFormatWidget::QgsTextFormatWidget( const QgsTextFormat &format, QgsMapCan
5044

5145
QgsTextFormatWidget::QgsTextFormatWidget( QgsMapCanvas *mapCanvas, QWidget *parent, Mode mode )
5246
: QWidget( parent )
53-
, mQuadrantBtnGrp( nullptr )
54-
, mDirectSymbBtnGrp( nullptr )
55-
, mUpsidedownBtnGrp( nullptr )
56-
, mPlacePointBtnGrp( nullptr )
57-
, mPlaceLineBtnGrp( nullptr )
58-
, mPlacePolygonBtnGrp( nullptr )
5947
, mMinPixelLimit( 0 )
6048
, mWidgetMode( mode )
6149
, mMapCanvas( mapCanvas )

0 commit comments

Comments
 (0)
Please sign in to comment.