mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor(message): remove unused function
This commit is contained in:
parent
ae30e388de
commit
b5a21ad8ff
@ -936,15 +936,6 @@ void hl_msg_free(HlMessage hl_msg)
|
|||||||
kv_destroy(hl_msg);
|
kv_destroy(hl_msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define LINE_BUFFER_SIZE 4096
|
|
||||||
|
|
||||||
void add_hl_msg_hist(HlMessage hl_msg)
|
|
||||||
{
|
|
||||||
if (kv_size(hl_msg)) {
|
|
||||||
add_msg_hist_multiattr(NULL, 0, 0, true, hl_msg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// @param[in] len Length of s or -1.
|
/// @param[in] len Length of s or -1.
|
||||||
static void add_msg_hist(const char *s, int len, int attr, bool multiline)
|
static void add_msg_hist(const char *s, int len, int attr, bool multiline)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user