Remove unused method

This commit is contained in:
JC Brand 2013-03-24 11:49:22 +02:00
parent 75cb595d50
commit 974aa02605

View File

@ -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({