diff options
author | hut <hut@lepus.uberspace.de> | 2015-04-13 13:49:28 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-04-14 00:14:53 +0200 |
commit | 116d214e261b9e76a49411d65045f1a73efb1799 (patch) | |
tree | 2d0e2f67537583a59a632db8fe1e995a9ce9ed6a | |
parent | 02a1ebe60f0fd7662c2a5776f72b3de044c48b82 (diff) | |
download | ranger-116d214e261b9e76a49411d65045f1a73efb1799.tar.gz |
api.commands: removed alias() and DELETE_WARNING
they were obsolete
-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): |