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}
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user