Index: talk/session/media/channelmanager.h |
diff --git a/talk/session/media/channelmanager.h b/talk/session/media/channelmanager.h |
index 3bfef84de2915328c514e3e7d149753557fcbf90..68b3c9efa73fa3bb1719c7e16a788f0a5c65efd0 100644 |
--- a/talk/session/media/channelmanager.h |
+++ b/talk/session/media/channelmanager.h |
@@ -165,8 +165,6 @@ class ChannelManager : public rtc::MessageHandler, |
bool SetVideoRtxEnabled(bool enable); |
// Starts/stops the local microphone and enables polling of the input level. |
- bool SetLocalMonitor(bool enable); |
- bool monitoring() const { return monitoring_; } |
bool capturing() const { return capturing_; } |
// Configures the logging output of the mediaengine(s). |
@@ -301,7 +299,6 @@ class ChannelManager : public rtc::MessageHandler, |
bool enable_rtx_; |
bool capturing_; |
- bool monitoring_; |
// String containing currently set device. Note that this string is subtly |
// different from camera_device_. E.g. camera_device_ will list unplugged |