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

Unified Diff: webrtc/common_types.h

Issue 1582523002: Remove unused enum RTPDirections. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 048485fa2fc89f99483230cb2f0b5f479acb7ed0..6d1886b683385801613451c2625e5dbe12ff0d71 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -311,12 +311,6 @@ struct CodecInst {
// RTP
enum {kRtpCsrcSize = 15}; // RFC 3550 page 13
-enum RTPDirections
-{
- kRtpIncoming = 0,
- kRtpOutgoing
-};
-
enum PayloadFrequencies
{
kFreq8000Hz = 8000,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698