| Index: talk/app/webrtc/webrtcsession.h
|
| diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
|
| index 570d32f03f6c822d72e4b08a5bead9981f69f7b2..2d477e3beba8a7b9a3a78aa1fe3f28b86ae368c0 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
|
|
|