about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/fm.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py
index a98ba938..a8cba91b 100644
--- a/ranger/core/fm.py
+++ b/ranger/core/fm.py
@@ -62,12 +62,6 @@ class FM(Actions, SignalDispatcher):
 		mimetypes.knownfiles.append(self.relpath('data/mime.types'))
 		self.mimetypes = mimetypes.MimeTypes()
 
-	# COMPAT
-	@property
-	def executables(self):
-		"""For compatibility. Calls get_executables()"""
-		return get_executables()
-
 	def initialize(self):
 		"""If ui/bookmarks are None, they will be initialized here."""
 		if self.bookmarks is None: