mirror of https://github.com/zulip/zulip.git
message_store.js: Remove obsolete clear() function.
This commit is contained in:
parent
10b86da128
commit
55917b6761
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue