浏览代码

Remove unused code

JC Brand 11 年之前
父节点
当前提交
be1d1f6652
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0 11
      converse.js

+ 0 - 11
converse.js

@@ -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({
             tagName: 'dl',
             id: 'converse-roster',