macosx: Remove unnecessary iterateMediaItemsWithBlock declaration in VLCMediaLibraryGenre

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
This commit is contained in:
Claudio Cambra 2023-02-12 14:52:00 +01:00 committed by Steve Lhomme
parent 6b16f1ed20
commit 4a5a1b837e
1 changed files with 0 additions and 3 deletions

View File

@ -177,8 +177,6 @@ extern const long long int VLCMediaLibraryMediaItemDurationDenominator;
@property (readonly) NSString *name;
- (void)iterateMediaItemsWithBlock:(void (^)(VLCMediaLibraryMediaItem*))mediaItemBlock orderedBy:(int)mediaItemParentType;
@end
@interface VLCMediaLibraryMediaItem : VLCAbstractMediaLibraryItem<VLCMediaLibraryItemProtocol>
@ -235,7 +233,6 @@ extern const long long int VLCMediaLibraryMediaItemDurationDenominator;
@property (readonly) int trackNumber;
@property (readonly) int discNumber;
@end
@interface VLCMediaLibraryEntryPoint : NSObject