فهرست منبع

VLCKit: dropped superfluous method that is already auto-generated for property

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Florent Pillet 11 سال پیش
والد
کامیت
84c8e52efe
1فایلهای تغییر یافته به همراه0 افزوده شده و 16 حذف شده
  1. 0 16
      Sources/VLCMedia.m

+ 0 - 16
Sources/VLCMedia.m

@@ -988,19 +988,3 @@ NSString *const VLCMediaTracksInformationTextEncoding = @"encoding"; // NSString
 }
 #endif
 @end
-
-/******************************************************************************
- * Implementation VLCMedia (VLCMediaPlayerBridging)
- */
-
-@implementation VLCMedia (VLCMediaPlayerBridging)
-
-- (void)setLength:(VLCTime *)value
-{
-    if (length && value && [length compare:value] == NSOrderedSame)
-        return;
-
-    length = value ? value : nil;
-}
-
-@end