1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 17:32:25 +01:00

remove unused var in exTabCompletion()

This commit is contained in:
Doug Kearns
2007-06-26 14:45:17 +00:00
parent eba81125a4
commit c102832e88

View File

@@ -422,7 +422,6 @@ function exTabCompletion(str) //{{{
var [count, cmd, special, args] = tokenize_ex(str);
var completions = new Array;
var start = 0;
var s = 0; //FIXME, command specific start setting
// if there is no space between the command name and the cursor
// then get completions of the command name