mirror of
https://github.com/EnumeratedDev/Typer.git
synced 2025-07-01 07:48:20 +00:00
Remove unused function
This commit is contained in:
parent
dd0cc2a293
commit
cd823c9d9f
@ -31,10 +31,6 @@ func RequestInput(window *Window, text string, defaultInput string) chan string
|
||||
return request.inputChannel
|
||||
}
|
||||
|
||||
func IsRequestingInput() bool {
|
||||
return currentInputRequest != nil
|
||||
}
|
||||
|
||||
func drawInputBar(window *Window) {
|
||||
if currentInputRequest == nil {
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user