⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 268842 in webkit


Ignore:
Timestamp:
Oct 21, 2020, 3:41:17 PM (6 years ago)
Author:
Aditya Keerthi
Message:

Remove unused UIDocumentMenuViewController SPI declarations
https://bugs.webkit.org/show_bug.cgi?id=218053

Reviewed by Tim Horton.

UIDocumentMenuViewController is deprecated and its last
use was removed in r258092.

  • Platform/spi/ios/UIKitSPI.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r268796 r268842  
     12020-10-21  Aditya Keerthi  <akeerthi@apple.com>
     2
     3        Remove unused UIDocumentMenuViewController SPI declarations
     4        https://bugs.webkit.org/show_bug.cgi?id=218053
     5
     6        Reviewed by Tim Horton.
     7
     8        UIDocumentMenuViewController is deprecated and its last
     9        use was removed in r258092.
     10
     11        * Platform/spi/ios/UIKitSPI.h:
     12
    1132020-10-21  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h

    r266404 r268842  
    4040#import <UIKit/UIDatePicker_Private.h>
    4141#import <UIKit/UIDevice_Private.h>
    42 #import <UIKit/UIDocumentMenuViewController_Private.h>
    4342#import <UIKit/UIDocumentPasswordView.h>
    4443#import <UIKit/UIDocumentPickerViewController_Private.h>
     
    964963@end
    965964
    966 @interface UIDocumentMenuViewController ()
    967 - (instancetype)_initIgnoringApplicationEntitlementForImportOfTypes:(NSArray *)types;
    968 @end
    969 
    970965@protocol UIDocumentPasswordViewDelegate;
    971966
Note: See TracChangeset for help on using the changeset viewer.