Removed unused reports

This commit is contained in:
Alexey 2025-09-24 17:31:53 +03:00
commit 6e47b724e8
2 changed files with 0 additions and 4 deletions

View file

@ -1,13 +1,10 @@
package com.mirenkov.ktheightmap
import android.content.Context
import android.util.Log
import java.io.DataInput
import java.io.DataInputStream
import java.io.FileInputStream
import kotlin.math.max
import kotlin.math.min
import kotlin.math.sign
private data class HeightInfo(
val minLon: Float,

View file

@ -1,6 +1,5 @@
package com.mirenkov.ktheightmap
import android.util.Log
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.gestures.detectDragGestures
import androidx.compose.foundation.layout.fillMaxSize