Skip to content

Commit

Permalink
Remove unused QgsProvider(Count|ExtentCalc)Event classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 23, 2016
1 parent 3251ece commit cb31376
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 214 deletions.
1 change: 1 addition & 0 deletions doc/api_break.dox
Expand Up @@ -180,6 +180,7 @@ should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinat
<li>QgsPseudoColorShader. This shader has been broken for some time and was replaced by QgsSingleBandPseudoColorRenderer.</li>
<li>QgsRendererV2DataDefinedMenus was removed. Use QgsDataDefinedButton instead.</li>
<li>QgsLegacyHelpers.</li>
<li>QgsProviderCountCalcEvent and QgsProviderExtentCalcEvent. These classes were unused in QGIS core and unmaintained.</li>
</ul>

\subsection qgis_api_break_3_0_global General changes
Expand Down
2 changes: 0 additions & 2 deletions python/core/core.sip
Expand Up @@ -111,8 +111,6 @@
%Include qgsproject.sip
%Include qgsprojectproperty.sip
%Include qgsprojectversion.sip
%Include qgsprovidercountcalcevent.sip
%Include qgsproviderextentcalcevent.sip
%Include qgsprovidermetadata.sip
%Include qgsproviderregistry.sip
%Include qgspythonrunner.sip
Expand Down
11 changes: 0 additions & 11 deletions python/core/qgsprovidercountcalcevent.sip

This file was deleted.

12 changes: 0 additions & 12 deletions python/core/qgsproviderextentcalcevent.sip

This file was deleted.

4 changes: 0 additions & 4 deletions src/core/CMakeLists.txt
Expand Up @@ -172,8 +172,6 @@ SET(QGIS_CORE_SRCS
qgsprojectfiletransform.cpp
qgsprojectproperty.cpp
qgsprojectversion.cpp
qgsprovidercountcalcevent.cpp
qgsproviderextentcalcevent.cpp
qgsprovidermetadata.cpp
qgsproviderregistry.cpp
qgspythonrunner.cpp
Expand Down Expand Up @@ -678,8 +676,6 @@ SET(QGIS_CORE_HDRS
qgsprojectfiletransform.h
qgsprojectproperty.h
qgsprojectversion.h
qgsprovidercountcalcevent.h
qgsproviderextentcalcevent.h
qgsprovidermetadata.h
qgsproviderregistry.h
qgspythonrunner.h
Expand Down
34 changes: 0 additions & 34 deletions src/core/qgsprovidercountcalcevent.cpp

This file was deleted.

57 changes: 0 additions & 57 deletions src/core/qgsprovidercountcalcevent.h

This file was deleted.

34 changes: 0 additions & 34 deletions src/core/qgsproviderextentcalcevent.cpp

This file was deleted.

58 changes: 0 additions & 58 deletions src/core/qgsproviderextentcalcevent.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -27,8 +27,6 @@
#include <QMessageBox>

#include "qgsvectorlayerimport.h"
#include "qgsprovidercountcalcevent.h"
#include "qgsproviderextentcalcevent.h"
#include "qgspostgresprovider.h"
#include "qgspostgresconn.h"
#include "qgspostgresconnpool.h"
Expand Down

0 comments on commit cb31376

Please sign in to comment.