remove broken code

This commit is contained in:
J. Nick Koston
2025-06-06 07:19:03 +01:00
parent 2a7f657a76
commit 856cdd47c1

View File

@@ -928,7 +928,8 @@ bool APIConnection::send_text_state(text::Text *text, std::string state) {
resp.missing_state = !t->has_state();
resp.key = t->get_object_id_hash();
return encode_message_to_buffer(resp, TextStateResponse::message_type, conn, remaining_size, is_single);
});
},
TextStateResponse::message_type);
}
void APIConnection::send_text_info(text::Text *text) {
this->schedule_message_(text, &APIConnection::try_send_text_info_, ListEntitiesTextResponse::message_type);