Selaa lähdekoodia

Remove another unneeded implementation

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Romain Goyet 12 vuotta sitten
vanhempi
commit
9c41da38ab
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  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];