Remove apparently unneeded override.

This commit is contained in:
Xavi Artigas 2013-05-08 17:44:26 +02:00
parent 7b0e4002b3
commit 80a0b8a143

View file

@ -54,13 +54,4 @@
return [CAEAGLLayer class];
}
- (id) initWithFrame:(CGRect)frame
{
if ((self = [super initWithFrame:frame]))
{
}
return self;
}
@end