From f1d558a3d99f0d542dd19aa0daf09a3895f079f0 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Sun, 13 Feb 2011 16:06:29 +0100 Subject: [PATCH] clean up --- lib/ace/editor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ace/editor.js b/lib/ace/editor.js index 67ff0735..8f07fc40 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -595,8 +595,6 @@ var Editor =function(renderer, session) { return; if (!this.selection.isEmpty()) { - //this.session.remove(this.getSelectionRange()); - //this.clearSelection(); return; }