diff --git a/qutebrowser/misc/editor.py b/qutebrowser/misc/editor.py index 6752a37e3..70bd4e68a 100644 --- a/qutebrowser/misc/editor.py +++ b/qutebrowser/misc/editor.py @@ -135,7 +135,6 @@ class ExternalEditor(QObject): self._content = text self.file_updated.emit(text) - def edit_file(self, filename): """Edit the file with the given filename.""" self._filename = filename