From 974aa02605e8f8f3d603a7a22b5028aff26c9043 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sun, 24 Mar 2013 11:49:22 +0200 Subject: [PATCH] Remove unused method --- converse.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/converse.js b/converse.js index 4a04d6502..65f360044 100644 --- a/converse.js +++ b/converse.js @@ -1054,10 +1054,6 @@ xmppchat.ChatBoxesView = Backbone.View.extend({ el: '#collective-xmpp-chat-data', - isChatRoom: function (jid) { - return Strophe.getDomainFromJid(jid) === xmppchat.connection.muc_domain; - }, - createChatRoom: function (jid) { var box = new xmppchat.ChatRoom(jid, xmppchat.fullname); var view = new xmppchat.ChatRoomView({