Remove unused function

// FREEBIE
This commit is contained in:
lilia 2015-09-14 16:56:01 -07:00
parent a390e37abc
commit 80764bf494

View file

@ -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});
}, },