diff --git a/lib/newfol/main.py b/lib/newfol/main.py index cae3871..8fd3142 100644 --- a/lib/newfol/main.py +++ b/lib/newfol/main.py @@ -177,12 +177,6 @@ class RecordEditBox(urwid.Edit, Tabbable): def get_state(self): return bool(self.get_edit_text()) - def toggle_state(self): - if self.get_state(): - self.set_edit_text("") - else: - self.set_edit_text("choisi") - def keypress(self, size, key): try: if len(key) > 1 and key != "enter":