Delete unused enum VideoCodingModule::SenderNackMode.

It appesrs unused for a long time; an alias was deleted in
https://webrtc-review.googlesource.com/c/124488, but it was already
unused.

Bug: None
Change-Id: Idae6a72949968e22c784d512f9617240ef1169b4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128569
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27187}
This commit is contained in:
Niels Möller
2019-03-19 14:19:35 +01:00
committed by Commit Bot
parent 758d946106
commit 3ee1fae608

View File

@ -29,8 +29,6 @@ struct CodecSpecificInfo;
class VideoCodingModule : public Module {
public:
enum SenderNackMode { kNackNone, kNackAll, kNackSelective };
// DEPRECATED.
static VideoCodingModule* Create(Clock* clock);