Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
IR0NSIGHT committed Jan 17, 2024
1 parent 8265930 commit 0f69b1c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/applyRiver.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import {point} from "./point";
import {isWater, setWaterLevel, setZ} from "./terrain";

import {minFilter} from "./pathing/postprocessing";
import {Puddle} from "./puddle";
import {SeenSetReadOnly} from "./SeenSet";

export type RiverExportTarget = {
annotationColor: AnnotationLayer | undefined,
applyRivers: boolean
Expand Down

0 comments on commit 0f69b1c

Please sign in to comment.