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 includes and variables
- Loading branch information
Showing
with
0 additions
and
4 deletions.
-
+0
−4
src/gui/qgsabstractdatasourcewidget.h
|
@@ -25,8 +25,6 @@ |
|
|
|
|
|
#include "qgsproviderregistry.h" |
|
|
#include "qgsguiutils.h" |
|
|
#include "qgsrectangle.h" |
|
|
#include "qgscoordinatereferencesystem.h" |
|
|
#include <QDialog> |
|
|
|
|
|
class QgsMapCanvas; |
|
@@ -97,8 +95,6 @@ class GUI_EXPORT QgsAbstractDataSourceWidget : public QDialog |
|
|
private: |
|
|
|
|
|
QgsProviderRegistry::WidgetMode mWidgetMode; |
|
|
QgsCoordinateReferenceSystem mCurrentCrs; |
|
|
QgsRectangle mCurrentExtent; |
|
|
QgsMapCanvas const *mMapCanvas = nullptr; |
|
|
|
|
|
}; |
|
|