Remove unused function

This commit is contained in:
EnumDev 2025-06-12 21:17:17 +03:00
parent dd0cc2a293
commit cd823c9d9f

View File

@ -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