Skip to content

Commit

Permalink
remove remote mute message parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
z-dule committed Jun 10, 2024
1 parent c519348 commit 5858c30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ccall/ccall.c
Original file line number Diff line number Diff line change
Expand Up @@ -3464,10 +3464,6 @@ int ccall_msg_recv(struct icall* icall,
}
break;

case ECONN_REMOTE_MUTE:
msystem_set_muted(true);
break;

default:
break;
}
Expand Down

0 comments on commit 5858c30

Please sign in to comment.