Remove unused function

// FREEBIE
pull/749/head
lilia 10 years ago
parent a390e37abc
commit 80764bf494

@ -198,11 +198,6 @@
}.bind(this)); }.bind(this));
}, },
reload: function() {
this.fetch().then(this.fetchContacts.bind(this));
this.fetchMessages();
},
archive: function() { archive: function() {
this.set({active_at: null}); this.set({active_at: null});
}, },

Loading…
Cancel
Save