message_store.js: Remove obsolete clear() function.

This commit is contained in:
Cory Lynch 2017-06-19 20:31:25 -04:00 committed by showell
parent 10b86da128
commit 55917b6761
1 changed files with 0 additions and 4 deletions

View File

@ -176,10 +176,6 @@ exports.add_message_metadata = function (message) {
return message;
};
exports.clear = function clear() {
this.stored_messages = {};
};
util.execute_early(function () {
$(document).on('message_id_changed', function (event) {
var old_id = event.old_id;