Skip to content

Commit

Permalink
[Cocoa] Remove UIUserInterfaceIdiomVision from UIKitSPI.h
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=260413

Reviewed by Tim Horton.

It's a public symbol as of seed 5. Remove it to avoid redeclaration
errors.

* Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h:

Canonical link: https://commits.webkit.org/267063@main
  • Loading branch information
emw-apple committed Aug 19, 2023
1 parent 8b5bc66 commit 0bf1286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ typedef enum {
@end

static const UIUserInterfaceIdiom UIUserInterfaceIdiomWatch = (UIUserInterfaceIdiom)4;
static const UIUserInterfaceIdiom UIUserInterfaceIdiomVision = (UIUserInterfaceIdiom)6;

@interface UIColor ()

Expand Down

0 comments on commit 0bf1286

Please sign in to comment.