| Index: talk/app/webrtc/jsepsessiondescription.cc
|
| diff --git a/talk/app/webrtc/jsepsessiondescription.cc b/talk/app/webrtc/jsepsessiondescription.cc
|
| index 697f332c27c64274951ba4255273c97568dcf09b..279694f830f68fceb69e98199f8231dc9fa42e18 100644
|
| --- a/talk/app/webrtc/jsepsessiondescription.cc
|
| +++ b/talk/app/webrtc/jsepsessiondescription.cc
|
| @@ -76,11 +76,6 @@ const int JsepSessionDescription::kMaxVideoCodecHeight = 1080;
|
| const int JsepSessionDescription::kDefaultVideoCodecPreference = 1;
|
|
|
| SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
|
| - const std::string& sdp) {
|
| - return CreateSessionDescription(type, sdp, NULL);
|
| -}
|
| -
|
| -SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
|
| const std::string& sdp,
|
| SdpParseError* error) {
|
| if (!IsTypeSupported(type)) {
|
|
|