diff --git a/js/client-chat.js b/js/client-chat.js index 841838781..acad30d58 100644 --- a/js/client-chat.js +++ b/js/client-chat.js @@ -225,10 +225,6 @@ this.parseUserList(row[1]); break; - case 'formats': - this.parseFormats(row); - break; - case 'raw': this.$chat.append('
' + Tools.sanitizeHTML(row.slice(1).join('|')) + '
'); break; @@ -256,47 +252,6 @@ } this.userList.construct(); }, - parseFormats: function(formatsList) { - var isSection = false; - var section = ''; - BattleFormats = {}; - for (var j=1; j