| Index: webrtc/modules/rtp_rtcp/source/dtmf_queue.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/dtmf_queue.cc b/webrtc/modules/rtp_rtcp/source/dtmf_queue.cc
|
| index 81e8b5926e2f6af288fa8bc6df548fd915424544..f73be079d5e17a87bd2634ffbfe8064ef1e4c658 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/dtmf_queue.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/dtmf_queue.cc
|
| @@ -59,9 +59,4 @@ bool DTMFqueue::PendingDTMF() {
|
| rtc::CritScope lock(&dtmf_critsect_);
|
| return next_empty_index_ > 0;
|
| }
|
| -
|
| -void DTMFqueue::ResetDTMF() {
|
| - rtc::CritScope lock(&dtmf_critsect_);
|
| - next_empty_index_ = 0;
|
| -}
|
| } // namespace webrtc
|
|
|