diff options
-rw-r--r-- | ranger/gui/ui.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ranger/gui/ui.py b/ranger/gui/ui.py index 277aa34f..3898a7a5 100644 --- a/ranger/gui/ui.py +++ b/ranger/gui/ui.py @@ -31,8 +31,6 @@ def _setup_mouse(signal): else: curses.mousemask(0) -# TODO: progress bar -# TODO: branch view class UI(DisplayableContainer): is_set_up = False load_mode = False |