Commit 14c69a6
chore: remove unused dead fields from VoiceConversationViewModel
Remove _mcpBaseUrl and _mcpApiKey fields that were assigned but never read,
eliminating CS0414 compiler warnings. These fields are vestiges of an earlier
refactoring where the service was configured with URL/key directly; now the
service is constructed externally and injected.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d367532 commit 14c69a6
1 file changed
Lines changed: 0 additions & 4 deletions
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
69 | | - | |
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
| |||
0 commit comments