Remove dead code: messages.flags.send_force_expand.

This commit is contained in:
Steve Howell
2017-08-04 12:47:53 -04:00
committed by Tim Abbott
parent 437cabe34c
commit cc94d6179c

View File

@@ -98,10 +98,6 @@ exports.send_starred = function send_starred(messages, value) {
send_flag(messages, "starred", value);
};
exports.send_force_expand = function send_force_expand(messages, value) {
send_flag(messages, "force_expand", value);
};
exports.send_force_collapse = function send_force_collapse(messages, value) {
send_flag(messages, "force_collapse", value);
};