Remove unused functions and parameters
This commit is contained in:
parent
330942b111
commit
e301849a73
2 changed files with 1 additions and 25 deletions
|
@ -53,7 +53,6 @@ var IrcUtils = {
|
|||
* @return Next nick (may be the same)
|
||||
*/
|
||||
_nextNick: function(iterCandidate, currentNick, nickList) {
|
||||
var firstInGroup = null;
|
||||
var matchingNicks = [];
|
||||
var at = null;
|
||||
var lcIterCandidate = iterCandidate.toLowerCase();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue