Commit be1d1f66 authored by JC Brand's avatar JC Brand

Remove unused code

parent cdf0a0d2
...@@ -3344,17 +3344,6 @@ ...@@ -3344,17 +3344,6 @@
} }
}); });
this.GroupViews = Backbone.Overview.extend({
initialize: function () {
this.model.on("add", this.onGroupAdd, this);
},
onGroupAdd: function (group) {
this.add(group.get('name'), group);
},
});
this.RosterView = Backbone.Overview.extend({ this.RosterView = Backbone.Overview.extend({
tagName: 'dl', tagName: 'dl',
id: 'converse-roster', id: 'converse-roster',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment