Skip to content

Commit 587fb4d

Browse files
committed
remove initialize method, fix warning message 'explicit call to +initialize results in duplicate call to +initialize'
1 parent 7985cdf commit 587fb4d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

SDK/OpenWebRTC.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,4 @@
3737

3838
@interface OpenWebRTC : NSObject
3939

40-
/**
41-
* Initializes OpenWebRTC. Should preferably be run inside your AppDelegate's
42-
* initialize method to ensure OpenWebRTC has enough time to set things up.
43-
*/
44-
+ (void)initialize;
45-
46-
@end
40+
@end

0 commit comments

Comments
 (0)