瀏覽代碼

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