minor: Remove empty pm_list.initialize().

The commit 3cfc3ca24b
made this function do nothing, but I guess that
we thought we might resurrect the click handler
in the short term.  We never did.
This commit is contained in:
Steve Howell
2021-03-12 10:37:52 +00:00
committed by Steve Howell
parent e781136acd
commit 67a5fe95dc
3 changed files with 0 additions and 5 deletions

View File

@@ -167,5 +167,3 @@ export function update_dom_with_unread_counts(counts) {
counts.private_message_count,
);
}
export function initialize() {}