mirror of https://github.com/Corewala/Buran
Removed unused transverse function in OmniTerm
This commit is contained in:
parent
82688f02b6
commit
94074e4689
|
@ -62,10 +62,6 @@ class OmniTerm(private val listener: Listener) {
|
||||||
if(invokeListener) listener.request(address)
|
if(invokeListener) listener.request(address)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun traverse(address: String): String {
|
|
||||||
return OppenURI(address).traverse().toString()
|
|
||||||
}
|
|
||||||
|
|
||||||
fun reset(){
|
fun reset(){
|
||||||
uri = penultimate.copy()
|
uri = penultimate.copy()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue