[vlc-commits] [Git][videolan/vlc][master] macosx: remove always true test
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jul 4 15:06:25 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
5cd300ad by Steve Lhomme at 2026-07-04T14:21:50+00:00
macosx: remove always true test
We build for 10.13+ in VLC 4 so this is always true.
- - - - -
1 changed file:
- modules/gui/macosx/views/iCarousel/iCarousel.h
Changes:
=====================================
modules/gui/macosx/views/iCarousel/iCarousel.h
=====================================
@@ -40,9 +40,7 @@
#import <Availability.h>
#undef weak_delegate
#undef __weak_delegate
-#if __has_feature(objc_arc) && __has_feature(objc_arc_weak) && \
-(!(defined __MAC_OS_X_VERSION_MIN_REQUIRED) || \
-__MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_8)
+#if __has_feature(objc_arc) && __has_feature(objc_arc_weak)
#define weak_delegate weak
#else
#define weak_delegate unsafe_unretained
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5cd300ad532fdc98f0b36e6cd7f6891e6a94e3f8
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5cd300ad532fdc98f0b36e6cd7f6891e6a94e3f8
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list