summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-25 06:47:57 +0100
committerhut <hut@lavabit.com>2013-02-25 06:47:57 +0100
commitda7f543aecebb8ccb61031ebd422710ee7f8d0f5 (patch)
tree93ff488c96095a5c78c9c012512848d870ca5219
parentddce7b7c81b711c58f2466bc0f6df11e2e134e38 (diff)
downloadranger-da7f543aecebb8ccb61031ebd422710ee7f8d0f5.tar.gz
commands.scout: removed unused AUTO_OPEN_DIRS constant
-rw-r--r--ranger/config/commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index 84b2aada..b95260c6 100644
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -947,7 +947,6 @@ class scout(Command):
     Swiss army knife command for searching, traveling and filtering files.
     """
     AUTO_OPEN       = 'a'
-    AUTO_OPEN_DIRS  = 'd'
     OPEN_ON_ENTER   = 'e'
     FILTER          = 'f'
     SM_GLOB         = 'g'