summaryrefslogtreecommitdiff
path: root/video_engine/call_stats.h
diff options
context:
space:
mode:
authorstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-04-23 16:48:32 +0000
committerstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-04-23 16:48:32 +0000
commitd430f32c82239970bc7130bdb3fd8ba3ed2dde2f (patch)
treed1c84e7bac25bba598778515d4ae0ab81a73e2fc /video_engine/call_stats.h
parent292ed1d040c029cfbbcf01b4c56773e3c58aeb08 (diff)
downloadwebrtc-d430f32c82239970bc7130bdb3fd8ba3ed2dde2f.tar.gz
Revert "Add a default RTT to CallStats and use different values for buffered/real-time mode."
This reverts commit aae26db1da5803482b094357c546b8454ab1c26d. BUG=1613 TBR=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1327008 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3890 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/call_stats.h')
-rw-r--r--video_engine/call_stats.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video_engine/call_stats.h b/video_engine/call_stats.h
index 378e1ba1..5fd93a76 100644
--- a/video_engine/call_stats.h
+++ b/video_engine/call_stats.h
@@ -68,9 +68,6 @@ class CallStats : public Module {
// Observers getting stats reports.
std::list<CallStatsObserver*> observers_;
- uint32_t last_reported_rtt_;
- bool rtt_report_received_;
-
DISALLOW_COPY_AND_ASSIGN(CallStats);
};