Skip to content

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
  • Loading branch information
VijayanB committed Feb 2, 2023
1 parent ab56667 commit 224f397
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/model/customLayerFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ interface MaplibreRef {
current: Maplibre | null;
}

const getCurrentStyleLayers = (maplibreRef: MaplibreRef) => {
return maplibreRef.current?.getStyle().layers || [];
};

const updateLayerConfig = (layerConfig: CustomLayerSpecification, maplibreRef: MaplibreRef) => {
const maplibreInstance = maplibreRef.current;
if (maplibreInstance) {
Expand Down

0 comments on commit 224f397

Please sign in to comment.