diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-08-21 18:04:28 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-08-22 17:18:42 +0200 |
commit | f7bb097247e5ccbd699a76e872913e557c545d3a (patch) | |
tree | 1dddf240ddeb0aaa3cb55d26f4a636a25900cc3d /indra/newview/llfloaterimsession.h | |
parent | 8fef55b3b22678729d7dbd07933c0600ec7f4db8 (diff) |
#2325 WebRTC: p2p voice calling option sometimes becomes disabled after calling another agent back too soon
Diffstat (limited to 'indra/newview/llfloaterimsession.h')
-rw-r--r-- | indra/newview/llfloaterimsession.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloaterimsession.h b/indra/newview/llfloaterimsession.h index 7bc54cf3da..a442099ad1 100644 --- a/indra/newview/llfloaterimsession.h +++ b/indra/newview/llfloaterimsession.h @@ -159,8 +159,6 @@ private: void sendParticipantsAddedNotification(const uuid_vec_t& uuids); bool canAddSelectedToChat(const uuid_vec_t& uuids); - void onCallButtonClicked(); - void onVoiceChannelChanged(const LLUUID &session_id); void boundVoiceChannel(); |