summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index a13d0977..bf865d20 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -553,12 +553,6 @@ class Actions(FileManagerAware, SettingsAware):
         if func is not None:
             self.settings['sort'] = str(func)
 
-    def set_filter(self, fltr):
-        try:
-            self.thisdir.filter = fltr
-        except:
-            pass
-
     def mark_files(self, all=False, toggle=False, val=None, movedown=None, narg=None):
         """A wrapper for the directory.mark_xyz functions.