1
0
Fork 0
mirror of https://github.com/Corewala/Buran synced 2024-12-22 07:42:43 +00:00

Removed unused transverse function in OmniTerm

This commit is contained in:
Corewala 2022-05-07 12:50:27 -04:00
parent 82688f02b6
commit 94074e4689

View file

@ -62,10 +62,6 @@ class OmniTerm(private val listener: Listener) {
if(invokeListener) listener.request(address)
}
fun traverse(address: String): String {
return OppenURI(address).traverse().toString()
}
fun reset(){
uri = penultimate.copy()
}