Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 2, 2016
1 parent 872bdd6 commit 0ed7f3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/app/qgsmapstylingwidget.h
Expand Up @@ -59,11 +59,6 @@ class APP_EXPORT QgsMapStylingWidget : public QWidget, private Ui::QgsMapStyling
void pushUndoItem( const QString& name );
int mNotSupportedPage;
int mLayerPage;
int mVectorStyleTabIndex;
int mVectorLabelTabIndex;
int mRasterStyleTabIndex;
int mRasterTransTabIndex;
int mRasterHistogramTabIndex;
QTimer* mAutoApplyTimer;
QDomNode mLastStyleXml;
QgsMapCanvas* mMapCanvas;
Expand Down
2 changes: 0 additions & 2 deletions src/app/qgsstatusbarscalewidget.h
Expand Up @@ -77,8 +77,6 @@ class APP_EXPORT QgsStatusBarScaleWidget : public QWidget
QLabel* mLabel;
//! Widget that will live on the statusbar to display scale value
QgsScaleComboBox* mScale;
//! The validator for the mScaleEdit
QValidator* mScaleEditValidator;
};

#endif // QGSSTATUSBARSCALEWIDGET_H

0 comments on commit 0ed7f3c

Please sign in to comment.