Index: talk/app/webrtc/objc/public/RTCI420Frame.h |
diff --git a/talk/app/webrtc/objc/public/RTCI420Frame.h b/talk/app/webrtc/objc/public/RTCI420Frame.h |
index be16a04c3da422dca937cc31714d43d62d48bc98..42d2f9cd5293345a9b494b720623767afc436294 100644 |
--- a/talk/app/webrtc/objc/public/RTCI420Frame.h |
+++ b/talk/app/webrtc/objc/public/RTCI420Frame.h |
@@ -43,8 +43,6 @@ |
@property(nonatomic, readonly) NSInteger uPitch; |
@property(nonatomic, readonly) NSInteger vPitch; |
-- (BOOL)makeExclusive; |
- |
#ifndef DOXYGEN_SHOULD_SKIP_THIS |
// Disallow init and don't add to documentation |
- (id)init __attribute__(( |
@@ -52,4 +50,3 @@ |
#endif /* DOXYGEN_SHOULD_SKIP_THIS */ |
@end |
- |