Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove unused variables
- Loading branch information
Showing
with
0 additions
and
7 deletions.
-
+0
−5
src/app/qgsmapstylingwidget.h
-
+0
−2
src/app/qgsstatusbarscalewidget.h
|
@@ -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; |
|
|
|
@@ -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 |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.