proto: Remove unused UpdateUserSettings message (#20005)

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-10-31 09:36:18 +01:00 committed by GitHub
parent 10226a3992
commit 7fd334fddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 14 deletions

View file

@ -342,7 +342,6 @@ messages!(
(FindSearchCandidates, Background),
(FindSearchCandidatesResponse, Background),
(CloseBuffer, Foreground),
(UpdateUserSettings, Foreground),
(ShutdownRemoteServer, Foreground),
(RemoveWorktree, Foreground),
(LanguageServerLog, Foreground),
@ -559,7 +558,6 @@ entity_messages!(
UpdateContext,
SynchronizeContexts,
LspExtSwitchSourceHeader,
UpdateUserSettings,
LanguageServerLog,
Toast,
HideToast,