Skip to content

Commit

Permalink
Drop mersenne-twister from analysis
Browse files Browse the repository at this point in the history
This isn't exposed to stable api, is currently unused, and the std
library version should be preferred instead in any case
  • Loading branch information
nyalldawson committed Oct 7, 2019
1 parent 4422822 commit 0e003e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 347 deletions.
2 changes: 0 additions & 2 deletions src/analysis/CMakeLists.txt
Expand Up @@ -146,7 +146,6 @@ SET(QGIS_ANALYSIS_SRCS
raster/qgsrastercalcnode.cpp
raster/qgsrastercalculator.cpp
raster/qgsrastermatrix.cpp
vector/mersenne-twister.cpp
vector/qgsgeometrysnapper.cpp
vector/qgsgeometrysnappersinglesource.cpp
vector/qgszonalstatistics.cpp
Expand Down Expand Up @@ -286,7 +285,6 @@ SET(QGIS_ANALYSIS_HDRS
mesh/qgsmeshcalculator.h
mesh/qgsmeshcalcutils.h

vector/mersenne-twister.h
vector/qgsgeometrysnapper.h
vector/qgsgeometrysnappersinglesource.h
vector/qgszonalstatistics.h
Expand Down
229 changes: 0 additions & 229 deletions src/analysis/vector/mersenne-twister.cpp

This file was deleted.

116 changes: 0 additions & 116 deletions src/analysis/vector/mersenne-twister.h

This file was deleted.

0 comments on commit 0e003e4

Please sign in to comment.