Skip to content

Commit

Permalink
more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Jul 2, 2024
1 parent fcf31d0 commit 7860e68
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions editor/src/components/canvas/controls/grid-controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ import {
import { toFirst } from '../../../core/shared/optics/optic-utilities'
import { defaultEither } from '../../../core/shared/either'

type GridCellCoordinates = { row: number; column: number }

function emptyGridCellCoordinates(): GridCellCoordinates {
return { row: 0, column: 0 }
}

// TODO please forgive me (hackathon code)
export let TargetGridCell = { current: emptyGridCellCoordinates() }

function getSillyCellsCount(template: GridAutoOrTemplateBase | null): number {
if (template == null) {
return 0
Expand Down

0 comments on commit 7860e68

Please sign in to comment.