Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove QgsTransectSample
Because:
- it's unused in master, and is more code to maintain
just for possible use by plugins
- it's unmaintained, and has had no work done (beside compilation
fixes) in the recent past
- there's no unit tests or detailed documentation to show
how the class should be used
  • Loading branch information
nyalldawson committed Sep 3, 2017
1 parent 85e6a63 commit ea09aa9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 834 deletions.
7 changes: 1 addition & 6 deletions doc/api_break.dox
Expand Up @@ -311,6 +311,7 @@ should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinat
- QgsSvgAnnotationItem. Use QgsSvgAnnotation instead.
- QgsSymbologyV2Conversion was removed. Reading of renderers from pre-1.0 versions is not supported anymore.
- QgsTextAnnotationItem. Use QgsTextAnnotation instead.
- QgsTransectSample. This class was unused and unmaintained.
- TriangleInterpolator.
- Triangulation.
- TriDecorator.
Expand Down Expand Up @@ -2352,12 +2353,6 @@ QgsTracer {#qgis_api_break_3_0_QgsTracer}

- hasCrsTransformEnabled() and setCrsTransformEnabled() were removed. CRS transformation is now always enabled when required.

QgsTransectSample {#qgis_api_break_3_0_QgsTransectSample}
-----------------

- createSample() now uses an optional QgsFeedback instead of QProgressDialog
for progress reports and cancelation.


QgsTreeWidgetItem {#qgis_api_break_3_0_QgsTreeWidgetItem}
-----------------
Expand Down
1 change: 0 additions & 1 deletion python/analysis/analysis_auto.sip
Expand Up @@ -13,7 +13,6 @@
%Include raster/qgsrastercalcnode.sip
%Include raster/qgstotalcurvaturefilter.sip
%Include vector/qgsgeometrysnapper.sip
%Include vector/qgstransectsample.sip
%Include vector/qgszonalstatistics.sip
%Include interpolation/qgsinterpolator.sip
%Include interpolation/qgsgridfilewriter.sip
Expand Down
49 changes: 0 additions & 49 deletions python/analysis/vector/qgstransectsample.sip

This file was deleted.

2 changes: 0 additions & 2 deletions src/analysis/CMakeLists.txt
Expand Up @@ -36,7 +36,6 @@ SET(QGIS_ANALYSIS_SRCS
raster/qgsrastermatrix.cpp
vector/mersenne-twister.cpp
vector/qgsgeometrysnapper.cpp
vector/qgstransectsample.cpp
vector/qgszonalstatistics.cpp

openstreetmap/qgsosmbase.cpp
Expand Down Expand Up @@ -115,7 +114,6 @@ SET(QGIS_ANALYSIS_HDRS

vector/mersenne-twister.h
vector/qgsgeometrysnapper.h
vector/qgstransectsample.h
vector/qgszonalstatistics.h

interpolation/qgsinterpolator.h
Expand Down

0 comments on commit ea09aa9

Please sign in to comment.