diff options
| author | Phil Crosby | 2012-04-29 21:14:59 -0700 |
|---|---|---|
| committer | Phil Crosby | 2012-04-29 21:16:36 -0700 |
| commit | 629e74c5271d25ef56cc91005954297afa0d3000 (patch) | |
| tree | c2a9aa0d6143d0656d90445112ae152041f55a27 | |
| parent | 567539b074e4517018b3f3e6bcd0c283f32bb891 (diff) | |
| download | vimium-629e74c5271d25ef56cc91005954297afa0d3000.tar.bz2 | |
remove unused function
| -rw-r--r-- | lib/completion.js | 5 |
1 files changed, 0 insertions, 5 deletions
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) { |
