Skip to content

Commit

Permalink
Remove unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Sep 7, 2023
1 parent 379eb7c commit b6f72cd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ internal constructor(
locationOfInterestRepository,
ioDispatcher
) {
enum class DownloadMessage {
STARTED,
FAILURE
}

val tileSources: List<TileSource>
private var viewport: Bounds? = null
Expand Down

0 comments on commit b6f72cd

Please sign in to comment.