From 36f23bbe4ffecd85ae5875581cb4590b74857e9f Mon Sep 17 00:00:00 2001 From: Kyle Corry Date: Sun, 5 Nov 2023 09:02:05 -0500 Subject: [PATCH] Remove unused class --- .../tools/augmented_reality/AugmentedRealityView.kt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/src/main/java/com/kylecorry/trail_sense/tools/augmented_reality/AugmentedRealityView.kt b/app/src/main/java/com/kylecorry/trail_sense/tools/augmented_reality/AugmentedRealityView.kt index 69e2b008b..3c1c65838 100644 --- a/app/src/main/java/com/kylecorry/trail_sense/tools/augmented_reality/AugmentedRealityView.kt +++ b/app/src/main/java/com/kylecorry/trail_sense/tools/augmented_reality/AugmentedRealityView.kt @@ -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 - ) - } \ No newline at end of file