Remove unused CloseBuffer message

This commit is contained in:
Antonio Scandurra 2022-03-08 11:17:20 +01:00
parent d6c8fdb3c4
commit 51d5ed48f0
6 changed files with 0 additions and 47 deletions

View file

@ -146,7 +146,6 @@ messages!(
(BufferReloaded, Foreground),
(BufferSaved, Foreground),
(ChannelMessageSent, Foreground),
(CloseBuffer, Foreground),
(DiskBasedDiagnosticsUpdated, Background),
(DiskBasedDiagnosticsUpdating, Background),
(Error, Foreground),
@ -247,7 +246,6 @@ entity_messages!(
ApplyCompletionAdditionalEdits,
BufferReloaded,
BufferSaved,
CloseBuffer,
DiskBasedDiagnosticsUpdated,
DiskBasedDiagnosticsUpdating,
FormatBuffers,