소스 검색

Remove another unneeded implementation

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Romain Goyet 12 년 전
부모
커밋
9c41da38ab
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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];