Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 12, 2021
1 parent 696ad70 commit 95073cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/CoordinateReferenceSystem/CoordinateReferenceSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace PHPCoord\CoordinateReferenceSystem;

use function array_merge;
use PHPCoord\CoordinateSystem\CoordinateSystem;
use PHPCoord\Datum\Datum;
use PHPCoord\Geometry\BoundingArea;
Expand Down Expand Up @@ -102,9 +101,4 @@ public static function fromSRID(string $srid): self

return self::$cachedObjects[$srid];
}

public static function getSupportedSRIDs(): array
{
return array_merge(Compound::getSupportedSRIDs(), Geocentric::getSupportedSRIDs(), Geographic2D::getSupportedSRIDs(), Geographic3D::getSupportedSRIDs(), Projected::getSupportedSRIDs(), Vertical::getSupportedSRIDs());
}
}

0 comments on commit 95073cf

Please sign in to comment.