auto-git:

[change] src/commands/add-terrain-layer-command.ts
This commit is contained in:
2026-05-13 00:47:43 +02:00
parent 2528d14d7a
commit 7517efaab3

View File

@@ -4,7 +4,6 @@ import type { ToolMode } from "../core/tool-mode";
import {
cloneTerrain,
createTerrainWithAddedLayer,
getTerrainLayerLabel,
type Terrain
} from "../document/terrains";
@@ -96,7 +95,3 @@ export function createAddTerrainLayerCommand(
}
};
}
export function getAddedTerrainLayerStatusLabel(terrain: Terrain): string {
return getTerrainLayerLabel(terrain.layers.length - 1);
}