diff options
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r-- | ranger/core/actions.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py index 6b879428..1904082e 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -334,9 +334,6 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): return self.execute_file(file, app = 'editor') - def hint(self, text): - self.ui.hint(text) - def toggle_option(self, string): """Toggle a boolean option named <string>""" if isinstance(self.env.settings[string], bool): |