Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
Remove already declared groups in header
  • Loading branch information
DelazJ authored and m-kuhn committed Sep 6, 2017
1 parent 59d7582 commit a0e6b7f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/gui/qgstextformatwidget.cpp
Expand Up @@ -31,12 +31,6 @@

QgsTextFormatWidget::QgsTextFormatWidget( const QgsTextFormat &format, QgsMapCanvas *mapCanvas, QWidget *parent )
: QWidget( parent )
, mQuadrantBtnGrp( nullptr )
, mDirectSymbBtnGrp( nullptr )
, mUpsidedownBtnGrp( nullptr )
, mPlacePointBtnGrp( nullptr )
, mPlaceLineBtnGrp( nullptr )
, mPlacePolygonBtnGrp( nullptr )
, mMinPixelLimit( 0 )
, mWidgetMode( Text )
, mMapCanvas( mapCanvas )
Expand All @@ -50,12 +44,6 @@ QgsTextFormatWidget::QgsTextFormatWidget( const QgsTextFormat &format, QgsMapCan

QgsTextFormatWidget::QgsTextFormatWidget( QgsMapCanvas *mapCanvas, QWidget *parent, Mode mode )
: QWidget( parent )
, mQuadrantBtnGrp( nullptr )
, mDirectSymbBtnGrp( nullptr )
, mUpsidedownBtnGrp( nullptr )
, mPlacePointBtnGrp( nullptr )
, mPlaceLineBtnGrp( nullptr )
, mPlacePolygonBtnGrp( nullptr )
, mMinPixelLimit( 0 )
, mWidgetMode( mode )
, mMapCanvas( mapCanvas )
Expand Down

0 comments on commit a0e6b7f

Please sign in to comment.