소스 검색

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',