Commit 4d12181c authored by yann300's avatar yann300

remove uneeded fn

parent 68e94cf0
......@@ -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])
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment