From 629e74c5271d25ef56cc91005954297afa0d3000 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 29 Apr 2012 21:14:59 -0700 Subject: remove unused function --- lib/completion.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib') diff --git a/lib/completion.js b/lib/completion.js index 81ce2f04..f62d3a58 100644 --- a/lib/completion.js +++ b/lib/completion.js @@ -267,11 +267,6 @@ var completion = (function() { return html.join(''); } - /** Creates a function that returns a constant value */ - function createConstantFunction(x) { - return function() { return x; } - } - /** A completion class that only holds a relevancy value and a function to get HTML and action * properties */ var LazyCompletion = function(relevancy, builder) { -- cgit v1.2.3