| Index: talk/app/webrtc/objc/public/RTCVideoCapturer.h
|
| diff --git a/talk/app/webrtc/objc/public/RTCVideoCapturer.h b/talk/app/webrtc/objc/public/RTCVideoCapturer.h
|
| index d07c091fadabecbd14ae591d4afb01b379f0aeec..6456e7e85f3e2425701d453d3f9b4321f606cb03 100644
|
| --- a/talk/app/webrtc/objc/public/RTCVideoCapturer.h
|
| +++ b/talk/app/webrtc/objc/public/RTCVideoCapturer.h
|
| @@ -30,9 +30,6 @@
|
| // RTCVideoCapturer is an ObjectiveC wrapper for VideoCapturerInterface.
|
| @interface RTCVideoCapturer : NSObject
|
|
|
| -// Create a new video capturer using the specified device.
|
| -+ (RTCVideoCapturer *)capturerWithDeviceName:(NSString *)deviceName;
|
| -
|
| #ifndef DOXYGEN_SHOULD_SKIP_THIS
|
| // Disallow init and don't add to documentation
|
| - (id)init __attribute__(
|
|
|