Clean up code

This commit is contained in:
Joseph T. Lyons 2024-01-06 15:31:16 -05:00
parent ea1770254d
commit 800c9958a3
3 changed files with 2 additions and 15 deletions

View file

@ -310,7 +310,7 @@ impl ActiveCall {
})
}
pub fn decline_incoming(&mut self, _cx: &mut ModelContext<Self>) -> Result<()> {
pub fn decline_incoming(&mut self, _: &mut ModelContext<Self>) -> Result<()> {
let call = self
.incoming_call
.0