Skip to content

Commit

Permalink
Remove misplaced static
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelkang committed Aug 23, 2021
1 parent 82eb501 commit b879223
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -757,14 +757,12 @@ interface VNDetectBarcodesRequest {
[Wrap ("VNBarcodeSymbologyExtensions.GetValues (WeakSupportedSymbologies)")]
VNBarcodeSymbology [] SupportedSymbologies { get; }

[Static]
[Protected]
[TV (15,0), Mac (12,0), iOS (15,0), MacCatalyst (15,0)]
[Export ("supportedSymbologiesAndReturnError:")]
[return: NullAllowed]
NSString [] GetWeakSupportedSymbologies ([NullAllowed] out NSError error);

[Static]
[TV (15,0), Mac (12,0), iOS (15,0), MacCatalyst (15,0)]
[Wrap ("VNBarcodeSymbologyExtensions.GetValues (GetWeakSupportedSymbologies (out error))")]
VNBarcodeSymbology [] GetSupportedSymbologies ([NullAllowed] out NSError error);
Expand Down

0 comments on commit b879223

Please sign in to comment.