Remove message_list:get_messages, which is redundant with all().

(imported from commit 100eb775b89c54c45f70cf903018bdaefa99d3f6)
This commit is contained in:
Jessica McKellar
2013-11-26 11:07:40 -05:00
parent d4fae47430
commit 7c9e7e57b9
2 changed files with 4 additions and 8 deletions

View File

@@ -93,10 +93,6 @@ MessageList.prototype = {
return this._hash[id];
},
get_messages: function MessageList_get_mesages() {
return this._items;
},
num_items: function MessageList_num_items() {
return this._items.length;
},