diff options
-rw-r--r-- | ranger/api/commands.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py index cf8d28a7..2cf96a9f 100644 --- a/ranger/api/commands.py +++ b/ranger/api/commands.py @@ -12,9 +12,6 @@ from ranger.core.shared import FileManagerAware from ranger.ext.lazy_property import lazy_property _SETTINGS_RE = re.compile(r'^\s*([^\s]+?)=(.*)$') -DELETE_WARNING = 'delete seriously? ' # COMPAT - -def alias(*_): pass # COMPAT class CommandContainer(object): def __init__(self): |