Remove unused variable text

This commit is contained in:
Brian Jordan 2015-04-21 14:58:29 -07:00
commit 694d7431b7

View file

@ -155,7 +155,6 @@ function getCompletionPrefix(editor) {
var doLiveAutocomplete = function(e) {
var editor = e.editor;
var text = e.args || "";
var hasCompleter = editor.completer && editor.completer.activated;
// We don't want to autocomplete with no prefix