rm more wrong code

This commit is contained in:
Jeff Carr 2025-03-03 01:19:01 -06:00
parent ddd7709182
commit 948d2af071
1 changed files with 0 additions and 8 deletions

View File

@ -337,14 +337,6 @@ func refreshGocui() {
// redraw the windows if something has changed
if time.Since(lastRefresh) > 1000*time.Millisecond {
if me.refresh {
if me.stdout.outputOnTop {
me.stdout.outputOnTop = false
setThingsOnTop()
} else {
me.stdout.outputOnTop = true
setThingsOnTop()
}
relocateStdoutOffscreen()
log.Info("refresh triggered")
me.newWindowTrigger <- me.treeRoot.TK.(*guiWidget)
me.refresh = false