scheduled-messages: Remove unused `send_later_custom` template variable.

In commit e89cbf0ac1, the only use of this template variable was
removed from `send_later_popover.hbs`.
This commit is contained in:
Lauryn Menard 2023-05-01 20:52:13 +02:00 committed by Tim Abbott
parent d0e9a77a57
commit a85492ac49
1 changed files with 0 additions and 5 deletions

View File

@ -811,10 +811,6 @@ export function initialize() {
},
};
const send_later_custom = {
text: $t({defaultMessage: "Custom"}),
};
function set_compose_box_schedule(element) {
const send_later_in = element.id;
const send_later_class = element.classList[0];
@ -886,7 +882,6 @@ export function initialize() {
render_send_later_modal({
possible_send_later_today,
send_later_tomorrow,
send_later_custom,
}),
);
overlays.open_modal("send_later_modal", {