Remove VCMRenderBufferSizeCallback.

Unused/dead code.

BUG=
R=stefan@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#12595}
This commit is contained in:
Peter Boström
2016-05-02 18:28:05 +02:00
parent 1bffc1d1a4
commit 16ac3280f5
10 changed files with 0 additions and 136 deletions

View File

@ -199,16 +199,6 @@ class VCMQMSettingsCallback {
virtual ~VCMQMSettingsCallback() {}
};
// Callback class used for telling the user about the size (in time) of the
// render buffer, that is the size in time of the complete continuous frames.
class VCMRenderBufferSizeCallback {
public:
virtual void RenderBufferSizeMs(int buffer_size_ms) = 0;
protected:
virtual ~VCMRenderBufferSizeCallback() {}
};
} // namespace webrtc
#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODING_DEFINES_H_