Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
VLCMediaList: Remove removeObjectFromMediaAtIndex
  • Loading branch information
mkchoi212 committed Aug 1, 2018
1 parent 18cc039 commit d2eaa5b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/VLCMediaList.m
Expand Up @@ -217,11 +217,6 @@ - (void)insertObject:(VLCMedia *)object inMediaAtIndex:(NSUInteger)i
[self insertMedia:object atIndex:i];
}

- (void)removeObjectFromMediaAtIndex:(NSUInteger)i
{
[self removeMediaAtIndex:i];
}

@synthesize delegate;

- (BOOL)isReadOnly
Expand Down

0 comments on commit d2eaa5b

Please sign in to comment.