[vlc-devel] [PATCH 9/9] VLCKit: dropped superfluous method that is already auto-generated for property

Florent Pillet fpillet at gmail.com
Fri Jul 11 01:35:11 CEST 2014


---
 Sources/VLCMedia.m | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/Sources/VLCMedia.m b/Sources/VLCMedia.m
index fbc20b7..9efed69 100644
--- a/Sources/VLCMedia.m
+++ b/Sources/VLCMedia.m
@@ -952,20 +952,3 @@ NSString *const VLCMediaTracksInformationTextEncoding = @"encoding"; // NSString
 }
 
 @end
-
-/******************************************************************************
- * Implementation VLCMedia (VLCMediaPlayerBridging)
- */
-
- at implementation VLCMedia (VLCMediaPlayerBridging)
-
-- (void)setLength:(VLCTime *)value
-{
-    VLCTime *length = _length;
-    if (length && value && [length compare:value] == NSOrderedSame)
-        return;
-
-    _length = value;
-}
-
- at end
-- 
1.8.5.2 (Apple Git-48)




More information about the vlc-devel mailing list