[vlc-commits] macosx: Remove a SDK 10.11 preprocessor check

Marvin Scholz git at videolan.org
Fri Feb 23 13:26:36 CET 2018


vlc | branch: master | Marvin Scholz <epirat07 at 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
- at property (readonly) NSMutableArray *rendererItems;
-#endif
+
 
 /**
  Indicates if the discovery has been started



More information about the vlc-commits mailing list