Skip to content

Commit

Permalink
Remove SGI driver
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 28, 2025
1 parent 4d2e653 commit 78d41eb
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 913 deletions.
Binary file removed autotest/gdrivers/data/sgi/byte.sgi
Binary file not shown.
47 changes: 0 additions & 47 deletions autotest/gdrivers/sgi.py

This file was deleted.

37 changes: 0 additions & 37 deletions doc/source/drivers/raster/sgi.rst

This file was deleted.

1 change: 0 additions & 1 deletion frmts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ gdal_optional_format(rs2 "RS2 -- RadarSat 2 XML Product")
gdal_optional_format(ilwis "Raster Map")
gdal_optional_format(rmf "RMF --- Raster Matrix Format")
gdal_optional_format(leveller "Daylon Leveller heightfield")
gdal_optional_format(sgi "SGI Image driver")
gdal_optional_format(srtmhgt "SRTM HGT File Read Support")
gdal_optional_format(idrisi "Idrisi Raster Format")
gdal_optional_format(gsg "Implements the Golden Software Surfer 7 Binary Grid Format.")
Expand Down
1 change: 0 additions & 1 deletion frmts/drivers.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ SAFE
PCIDSK
PCRaster
ILWIS
SGI
SRTMHGT
Leveller
Terragen
Expand Down
4 changes: 0 additions & 4 deletions frmts/gdalallregister.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,6 @@ void CPL_STDCALL GDALAllRegister()
GDALRegister_ILWIS();
#endif

#ifdef FRMT_sgi
GDALRegister_SGI();
#endif

#ifdef FRMT_srtmhgt
GDALRegister_SRTMHGT();
#endif
Expand Down
2 changes: 0 additions & 2 deletions frmts/sgi/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 78d41eb

Please sign in to comment.