Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused variables
  • Loading branch information
nyalldawson committed Sep 8, 2020
1 parent 411d1d3 commit 014de96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/gui/vectortile/qgsarcgisvectortileconnectiondialog.h
Expand Up @@ -38,9 +38,6 @@ class QgsArcgisVectorTileConnectionDialog : public QDialog, public Ui::QgsArcgis
private slots:
void updateOkButtonState();

private:
QString mBaseKey;
QString mCredentialsBaseKey;
};

///@endcond
Expand Down
3 changes: 0 additions & 3 deletions src/gui/vectortile/qgsvectortileconnectiondialog.h
Expand Up @@ -40,9 +40,6 @@ class QgsVectorTileConnectionDialog : public QDialog, public Ui::QgsVectorTileCo
private slots:
void updateOkButtonState();

private:
QString mBaseKey;
QString mCredentialsBaseKey;
};

///@endcond
Expand Down

0 comments on commit 014de96

Please sign in to comment.