Remove redundant placement generation

This commit is contained in:
2025-09-17 17:36:45 +01:00
parent 8721b31811
commit f12ae3533c
3 changed files with 2 additions and 10 deletions
-1
View File
@@ -57,7 +57,6 @@ data PSType
| PutForeground ForegroundShape
| PutWorldUpdate (PlacementSpot -> World -> World)
| PutNothing
| PutUsingGenParams (World -> (World, PSType))
| PutID {_putID :: Int}
| PutChasm {_putChasmPoly :: [Point2]}