소스 검색

cloud service cell: save 1 selector dispatch per selection

Felix Paul Kühne 10 년 전
부모
커밋
1734e552eb
1개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 9
      Sources/VLCCloudServiceCell.m

+ 1 - 9
Sources/VLCCloudServiceCell.m

@@ -2,7 +2,7 @@
  * VLCCloudServiceCell.m
  * VLC for iOS
  *****************************************************************************
- * Copyright (c) 2014 VideoLAN. All rights reserved.
+ * Copyright (c) 2014-2015 VideoLAN. All rights reserved.
  * $Id$
  *
  * Authors: Carola Nitz <nitz.carola # googlemail.com>
@@ -14,12 +14,4 @@
 
 @implementation VLCCloudServiceCell
 
-- (void)awakeFromNib {
-    
-}
-
-- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
-    [super setSelected:selected animated:animated];
-}
-
 @end