Skip to content

Commit ea09aa9

Browse files
committedSep 3, 2017
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
1 parent 85e6a63 commit ea09aa9

File tree

6 files changed

+1
-834
lines changed

6 files changed

+1
-834
lines changed
 

‎doc/api_break.dox

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinat
311311
- QgsSvgAnnotationItem. Use QgsSvgAnnotation instead.
312312
- QgsSymbologyV2Conversion was removed. Reading of renderers from pre-1.0 versions is not supported anymore.
313313
- QgsTextAnnotationItem. Use QgsTextAnnotation instead.
314+
- QgsTransectSample. This class was unused and unmaintained.
314315
- TriangleInterpolator.
315316
- Triangulation.
316317
- TriDecorator.
@@ -2352,12 +2353,6 @@ QgsTracer {#qgis_api_break_3_0_QgsTracer}
23522353

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

2355-
QgsTransectSample {#qgis_api_break_3_0_QgsTransectSample}
2356-
-----------------
2357-
2358-
- createSample() now uses an optional QgsFeedback instead of QProgressDialog
2359-
for progress reports and cancelation.
2360-
23612356

23622357
QgsTreeWidgetItem {#qgis_api_break_3_0_QgsTreeWidgetItem}
23632358
-----------------

‎python/analysis/analysis_auto.sip

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
%Include raster/qgsrastercalcnode.sip
1414
%Include raster/qgstotalcurvaturefilter.sip
1515
%Include vector/qgsgeometrysnapper.sip
16-
%Include vector/qgstransectsample.sip
1716
%Include vector/qgszonalstatistics.sip
1817
%Include interpolation/qgsinterpolator.sip
1918
%Include interpolation/qgsgridfilewriter.sip

‎python/analysis/vector/qgstransectsample.sip

Lines changed: 0 additions & 49 deletions
This file was deleted.

‎src/analysis/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ SET(QGIS_ANALYSIS_SRCS
3636
raster/qgsrastermatrix.cpp
3737
vector/mersenne-twister.cpp
3838
vector/qgsgeometrysnapper.cpp
39-
vector/qgstransectsample.cpp
4039
vector/qgszonalstatistics.cpp
4140

4241
openstreetmap/qgsosmbase.cpp
@@ -115,7 +114,6 @@ SET(QGIS_ANALYSIS_HDRS
115114

116115
vector/mersenne-twister.h
117116
vector/qgsgeometrysnapper.h
118-
vector/qgstransectsample.h
119117
vector/qgszonalstatistics.h
120118

121119
interpolation/qgsinterpolator.h

‎src/analysis/vector/qgstransectsample.cpp

Lines changed: 0 additions & 670 deletions
This file was deleted.

‎src/analysis/vector/qgstransectsample.h

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.