Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(935)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_sender.h

Issue 2759433005: Delete unused member RTCPSender::FeedbackState::send_payload_type. (Closed)
Patch Set: Delete getter method RTPSender::SendPayloadType. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtcp_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
index c9088c7b97231204f3ba6d1d2b15dc57ec1984f8..4ccef2620496b296ae9db388ed9542f714404592 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
@@ -60,7 +60,6 @@ class RTCPSender {
struct FeedbackState {
FeedbackState();
- uint8_t send_payload_type;
uint32_t packets_sent;
size_t media_bytes_sent;
uint32_t send_bitrate;
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtcp_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698