Removed unused annotation
This commit is contained in:
parent
ac21b59f6c
commit
cb609c44cc
@ -98,8 +98,6 @@ class RawFileManager @AssistedInject constructor(
|
||||
return imageFormatsSupported.contains(fileExtension.lowercase())
|
||||
}
|
||||
|
||||
// fun isBinary() = RawText.isBinary()
|
||||
|
||||
override fun close() {
|
||||
reader.close()
|
||||
}
|
||||
|
@ -1,7 +1,5 @@
|
||||
import androidx.compose.ui.ExperimentalComposeUiApi
|
||||
import app.App
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
fun main() {
|
||||
val main = App()
|
||||
main.start()
|
||||
|
Loading…
Reference in New Issue
Block a user