Skip to content

Commit

Permalink
Remove unused includes and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 18, 2017
1 parent bd925cd commit 8544309
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/qgsabstractdatasourcewidget.h
Expand Up @@ -25,8 +25,6 @@

#include "qgsproviderregistry.h"
#include "qgsguiutils.h"
#include "qgsrectangle.h"
#include "qgscoordinatereferencesystem.h"
#include <QDialog>

class QgsMapCanvas;
Expand Down Expand Up @@ -97,8 +95,6 @@ class GUI_EXPORT QgsAbstractDataSourceWidget : public QDialog
private:

QgsProviderRegistry::WidgetMode mWidgetMode;
QgsCoordinateReferenceSystem mCurrentCrs;
QgsRectangle mCurrentExtent;
QgsMapCanvas const *mMapCanvas = nullptr;

};
Expand Down

0 comments on commit 8544309

Please sign in to comment.