Explorar o código

Remove another unneeded implementation

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Romain Goyet %!s(int64=12) %!d(string=hai) anos
pai
achega
9c41da38ab
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      AspenProject/VLCPlaylistViewController.m

+ 0 - 6
AspenProject/VLCPlaylistViewController.m

@@ -27,12 +27,6 @@
 
 @implementation VLCPlaylistViewController
 
-- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
-{
-    self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
-    return self;
-}
-
 - (void)loadView {
     if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
         _tableView = [[UITableView alloc] initWithFrame:[UIScreen mainScreen].bounds style:UITableViewStylePlain];