Remove unused functions and parameters

This commit is contained in:
Lorenz Hübschle-Schneider 2014-02-24 22:16:49 +00:00
commit e301849a73
2 changed files with 1 additions and 25 deletions

View file

@ -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();