remove uneeded fn

pull/5370/head
yann300 5 years ago
parent 1fd6540c13
commit 8a697216a4
  1. 5
      src/app/editor/editor.js

@ -207,11 +207,6 @@ class Editor extends Plugin {
this.sourceHighlighters.discardHighlightAt(line, filePath, from)
}
currentHighlights () {
const { from } = this.currentRequest
return this.sourceHighlighters.currentHighlights(from)
}
setTheme (type) {
this.editor.setTheme('ace/theme/' + this._themes[type])
}

Loading…
Cancel
Save