diff --git a/wwwroot/scripts/ts/dredgepos.floorplan.ts b/wwwroot/scripts/ts/dredgepos.floorplan.ts index 4169e3d..8ed9686 100644 --- a/wwwroot/scripts/ts/dredgepos.floorplan.ts +++ b/wwwroot/scripts/ts/dredgepos.floorplan.ts @@ -50,10 +50,6 @@ const Floorplan: floorplan = { selectedDecorationId: 0 }; -const getData = (dataType: entity) => { - -} - $(() => ajax('/ajax/getFloorplanData/1', null, 'get', setupFloorplan, null, null) )