Remove unused constructor from VCMPacket.

BUG=
R=pbos@webrtc.org, sprang@webrtc.org

Review URL: https://codereview.webrtc.org/2110663004 .

Cr-Commit-Position: refs/heads/master@{#13325}
This commit is contained in:
Johan Ahlers
2016-06-29 18:02:54 +02:00
parent df6ecea8ac
commit 37f93af032
3 changed files with 21 additions and 31 deletions

View File

@ -23,11 +23,6 @@ class VCMPacket {
VCMPacket(const uint8_t* ptr,
const size_t size,
const WebRtcRTPHeader& rtpHeader);
VCMPacket(const uint8_t* ptr,
size_t size,
uint16_t seqNum,
uint32_t timestamp,
bool markerBit);
void Reset();