vlc | branch: master | Marvin Scholz <epira...@gmail.com> | Fri Feb 23 13:11:05 
2018 +0100| [da40216287ab652bf5d24d3732ac15defe814fa5] | committer: Marvin 
Scholz

macosx: Remove a SDK 10.11 preprocessor check

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da40216287ab652bf5d24d3732ac15defe814fa5
---

 modules/gui/macosx/VLCRendererDiscovery.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/modules/gui/macosx/VLCRendererDiscovery.h 
b/modules/gui/macosx/VLCRendererDiscovery.h
index f7cb86067b..9f101ad7ac 100644
--- a/modules/gui/macosx/VLCRendererDiscovery.h
+++ b/modules/gui/macosx/VLCRendererDiscovery.h
@@ -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

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to