Skip to content

Commit 4d08730

Browse files
author
Nejc Stebe
committed
remove dead code
1 parent 848165d commit 4d08730

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tui/components.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,6 @@ def update_functionality_text(self, text: str) -> None:
381381
except Exception:
382382
pass
383383

384-
def update_fr_status(self, status: str) -> None:
385-
try:
386-
widget = self.query_one(f"#{TUIComponents.FRID_PROGRESS_RENDER_FR.value}", ProgressItem)
387-
self.call_later(widget.update_status, status)
388-
except Exception:
389-
pass
390-
391384
def on_mount(self) -> None:
392385
self.border_title = "FRID Progress"
393386

0 commit comments

Comments
 (0)