From 66f920ea57c76e6213ada45ad907872f4fa2e7ee Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 24 Jun 2015 09:34:31 +0200 Subject: [PATCH] Remove definition of non-existent method. The private method "CreateDefaultLocalDescription" is defined in the class, but not implemented or used anywhere. R=juberti@webrtc.org Review URL: https://codereview.webrtc.org/1182793004. Cr-Commit-Position: refs/heads/master@{#9493} --- talk/app/webrtc/webrtcsession.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h index 570d32f03f..2d477e3beb 100644 --- a/talk/app/webrtc/webrtcsession.h +++ b/talk/app/webrtc/webrtcsession.h @@ -299,8 +299,6 @@ class WebRtcSession : public cricket::BaseSession, const cricket::Candidates& candidates); virtual void OnCandidatesAllocationDone(); - // Creates local session description with audio and video contents. - bool CreateDefaultLocalDescription(); // Enables media channels to allow sending of media. void EnableChannels(); // Creates a JsepIceCandidate and adds it to the local session description