Skip to content

Commit

Permalink
Remove deprecated raster GMT driver (refs #3555)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Mar 28, 2022
1 parent ddd4cc4 commit c79f7f2
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 705 deletions.
Binary file removed autotest/gdrivers/data/gmt/gmt_1.grd
Binary file not shown.
1 change: 0 additions & 1 deletion autotest/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ norecursedirs = ogr/data gdrivers/data
env =
# Deprecated raster drivers
GDAL_ENABLE_DEPRECATED_DRIVER_DODS=YES
GDAL_ENABLE_DEPRECATED_DRIVER_GMT=YES
GDAL_ENABLE_DEPRECATED_DRIVER_JDEM=YES
GDAL_ENABLE_DEPRECATED_DRIVER_ZMAP=YES
# Deprecated vector drivers
Expand Down
1 change: 0 additions & 1 deletion cmake/template/pytest.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env =
@TEST_ENV@
# Deprecated raster drivers
GDAL_ENABLE_DEPRECATED_DRIVER_DODS=YES
GDAL_ENABLE_DEPRECATED_DRIVER_GMT=YES
GDAL_ENABLE_DEPRECATED_DRIVER_JDEM=YES
GDAL_ENABLE_DEPRECATED_DRIVER_ZMAP=YES
# Deprecated vector drivers
Expand Down
40 changes: 0 additions & 40 deletions doc/source/drivers/raster/gmt.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/drivers/raster/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Raster drivers
georaster
gff
gif
gmt
gpkg
grass
grassasciigrid
Expand Down
1 change: 0 additions & 1 deletion frmts/drivers.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ SGI
SRTMHGT
Leveller
Terragen
GMT
netCDF
HDF4
HDF4Image
Expand Down
1 change: 0 additions & 1 deletion frmts/gdalallregister.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ void CPL_STDCALL GDALAllRegister()
#endif

#ifdef FRMT_netcdf
GDALRegister_GMT();
GDALRegister_netCDF();
#endif

Expand Down
1 change: 0 additions & 1 deletion frmts/netcdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set(_SOURCES
netcdfdataset.cpp
netcdflayer.cpp
netcdfwriterconfig.cpp
gmtdataset.cpp
netcdfsg.cpp
netcdflayersg.cpp
netcdfsgwriterutil.cpp
Expand Down
1 change: 0 additions & 1 deletion frmts/netcdf/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ include ../../GDALmake.opt
OBJ = netcdfdataset.o \
netcdflayer.o \
netcdfwriterconfig.o \
gmtdataset.o \
netcdfsg.o \
netcdflayersg.o \
netcdfsgwriterutil.o \
Expand Down
Loading

0 comments on commit c79f7f2

Please sign in to comment.