Преглед изворни кода

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