Skip to content
Snippets Groups Projects
Commit da402162 authored by Marvin Scholz's avatar Marvin Scholz
Browse files

macosx: Remove a SDK 10.11 preprocessor check

parent ad756961
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,8 @@
/**
Array of \c VLCRendererItems that the module discovered
*/
#ifdef MAC_OS_X_VERSION_10_11
@property (readonly) NSMutableArray<VLCRendererItem*> *rendererItems;
#else
@property (readonly) NSMutableArray *rendererItems;
#endif
/**
Indicates if the discovery has been started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment