diff --git a/lib/ace/editor.js b/lib/ace/editor.js index a73bcfc3..f8998bb6 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -1136,12 +1136,6 @@ var Editor = function(renderer, session) { this.clearSelection(); }; - this.navigateLineEnd = function() { - //this.selection.moveCursorLineEnd(); - - this.clearSelection(); - }; - this.navigateFileEnd = function() { //this.selection.moveCursorFileEnd(); var doc = this.session.getDocument();