summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 2102cf2d..73e8bb67 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -30,13 +30,6 @@ class _MacroTemplate(string.Template):
 	delimiter = ranger.MACRO_DELIMITER
 
 class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
-	search_method = 'ctime'
-	mode = 'normal'  # either 'normal' or 'visual'.
-	_visual_reverse = False
-	_visual_start = None
-	_visual_start_pos = None
-	_previous_selection = None
-
 	# --------------------------
 	# -- Basic Commands
 	# --------------------------