docs: deprecate the "term_background" UI field

This commit is contained in:
Gregory Anders
2023-11-07 11:31:21 -06:00
parent ab102f188e
commit 8d9789a0f3
10 changed files with 13 additions and 30 deletions

View File

@@ -120,7 +120,6 @@ void remote_ui_disconnect(uint64_t channel_id)
// Destroy `ui`.
XFREE_CLEAR(ui->term_name);
XFREE_CLEAR(ui->term_background);
xfree(ui);
}