Skip to content

Commit

Permalink
Remove conditional macro
Browse files Browse the repository at this point in the history
  • Loading branch information
SoneeJohn committed Nov 7, 2019
1 parent 89819d2 commit c96d289
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions XCDYouTubeKit/XCDYouTubeVideoPlayerViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#define null_resettable
#endif

#if TARGET_OS_IOS || (!defined(TARGET_OS_IOS) && TARGET_OS_IPHONE)

#import <MediaPlayer/MediaPlayer.h>

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -126,5 +124,3 @@ MP_EXTERN NSString *const XCDMetadataKeyMediumThumbnailURL DEPRECATED_MSG_ATTRIB
MP_EXTERN NSString *const XCDMetadataKeyLargeThumbnailURL DEPRECATED_MSG_ATTRIBUTE("Use XCDYouTubeVideoUserInfoKey instead.");

NS_ASSUME_NONNULL_END

#endif
2 changes: 0 additions & 2 deletions XCDYouTubeKit/XCDYouTubeVideoPlayerViewController.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
//
#if TARGET_OS_IOS || (!defined(TARGET_OS_IOS) && TARGET_OS_IPHONE)

#import "XCDYouTubeVideoPlayerViewController.h"

Expand Down Expand Up @@ -208,4 +207,3 @@ - (void) viewWillDisappear:(BOOL)animated
}

@end
#endif

0 comments on commit c96d289

Please sign in to comment.