Skip to content

Commit

Permalink
Remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Nov 5, 2023
1 parent 8dc9dde commit 36f23bb
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,11 +484,4 @@ class AugmentedRealityView : CanvasView {
val isTrueNorth: Boolean = true
)

data class Point(
val coordinate: HorizonCoordinate,
val size: Float,
val color: Int,
val text: String? = null
)

}

0 comments on commit 36f23bb

Please sign in to comment.