mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
Remove apparently unneeded override.
This commit is contained in:
parent
7b0e4002b3
commit
80a0b8a143
1 changed files with 0 additions and 9 deletions
|
@ -54,13 +54,4 @@
|
||||||
return [CAEAGLLayer class];
|
return [CAEAGLLayer class];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (id) initWithFrame:(CGRect)frame
|
|
||||||
{
|
|
||||||
if ((self = [super initWithFrame:frame]))
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
return self;
|
|
||||||
}
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue