Index: webrtc/modules/video_coding/frame_buffer.cc |
diff --git a/webrtc/modules/video_coding/frame_buffer.cc b/webrtc/modules/video_coding/frame_buffer.cc |
index 465e051f4fcf30b55d0d2202fbb30f457bcc6b55..1c7301f933c44f48a7b9933b585f7947eade7c46 100644 |
--- a/webrtc/modules/video_coding/frame_buffer.cc |
+++ b/webrtc/modules/video_coding/frame_buffer.cc |
@@ -64,10 +64,6 @@ |
bool VCMFrameBuffer::NonReference() const { |
return _sessionInfo.NonReference(); |
-} |
- |
-std::vector<NaluInfo> VCMFrameBuffer::GetNaluInfos() const { |
- return _sessionInfo.GetNaluInfos(); |
} |
void VCMFrameBuffer::SetGofInfo(const GofInfoVP9& gof_info, size_t idx) { |