From 80a0b8a143074e344e741089338584d43dfdc169 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Wed, 8 May 2013 17:44:26 +0200 Subject: [PATCH] Remove apparently unneeded override. --- gst-sdk/tutorials/xcode iOS/Tutorial 3/EaglUIVIew.m | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gst-sdk/tutorials/xcode iOS/Tutorial 3/EaglUIVIew.m b/gst-sdk/tutorials/xcode iOS/Tutorial 3/EaglUIVIew.m index a21363e2a6..f1bcfe7bb1 100644 --- a/gst-sdk/tutorials/xcode iOS/Tutorial 3/EaglUIVIew.m +++ b/gst-sdk/tutorials/xcode iOS/Tutorial 3/EaglUIVIew.m @@ -54,13 +54,4 @@ return [CAEAGLLayer class]; } -- (id) initWithFrame:(CGRect)frame -{ - if ((self = [super initWithFrame:frame])) - { - } - - return self; -} - @end