Index: webrtc/video/vie_channel.h |
diff --git a/webrtc/video/vie_channel.h b/webrtc/video/vie_channel.h |
index 8e971887aefc5b2c34fdde3de46d19908fb3c69d..c8dcc8ba739aa42c0fafa9a800c19c883578bf97 100644 |
--- a/webrtc/video/vie_channel.h |
+++ b/webrtc/video/vie_channel.h |
@@ -204,8 +204,6 @@ class ViEChannel : public VCMFrameTypeCallback, |
// Compute NACK list parameters for the buffering mode. |
int GetRequiredNackListSize(int target_delay_ms); |
- void UpdateHistograms(); |
- |
// ViEChannel exposes methods that allow to modify observers and callbacks |
// to be modified. Such an API-style is cumbersome to implement and maintain |
// at all the levels when comparing to only setting them at construction. As |