Skip to content

Commit 922a9b4

Browse files
authored
[CarPlay] Remove extraneous [Deprecated] on a CPGridButton ctor. Fixes #24491. (#24497)
The CPGridButton constructors aren't deprecated, so remove any such [Deprecated] attributes. Fixes #24491.
1 parent 5500000 commit 922a9b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/carplay.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,6 @@ interface CPBarButtonProviding {
419419
interface CPGridButton : NSSecureCoding {
420420

421421
[Export ("initWithTitleVariants:image:handler:")]
422-
[Deprecated (PlatformName.iOS, 26, 0, message: "Use 'Constructor (string[], UIImage, CPMessageGridItemConfiguration, Action<CPGridButton>)' instead.")]
423-
[Deprecated (PlatformName.MacCatalyst, 26, 0, message: "Use 'Constructor (string[], UIImage, CPMessageGridItemConfiguration, Action<CPGridButton>)' instead.")]
424422
NativeHandle Constructor (string [] titleVariants, UIImage image, [NullAllowed] Action<CPGridButton> handler);
425423

426424
[iOS (26, 0), MacCatalyst (26, 0)]

0 commit comments

Comments
 (0)