| Index: webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h b/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
|
| index 69fb432b4463da0234df2f739928e69551702ca1..dbc702dc7e86cf0c105e6f3c86b4678870fe9fde 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
|
| +++ b/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
|
| @@ -13,7 +13,5 @@
|
| @interface RTCIceServer (JSON)
|
|
|
| + (RTCIceServer *)serverFromJSONDictionary:(NSDictionary *)dictionary;
|
| -// CEOD provides different JSON, and this parses that.
|
| -+ (RTCIceServer *)serverFromCEODJSONDictionary:(NSDictionary *)dictionary;
|
|
|
| @end
|
|
|