From: Stephane Delcroix Date: Tue, 15 Jan 2019 12:35:24 +0000 (+0100) Subject: [C] Obsolete Vec2 (#4980) X-Git-Tag: accepted/tizen/5.5/unified/20200421.150457~547 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f45c55fd4a82c02d50327146752cd74d3808a1ce;p=platform%2Fcore%2Fcsapi%2Fxsf.git [C] Obsolete Vec2 (#4980) --- diff --git a/Xamarin.Forms.Core/Vec2.cs b/Xamarin.Forms.Core/Vec2.cs index 2c7512d..4592e31 100644 --- a/Xamarin.Forms.Core/Vec2.cs +++ b/Xamarin.Forms.Core/Vec2.cs @@ -1,5 +1,10 @@ +using System; +using System.ComponentModel; + namespace Xamarin.Forms { + [Obsolete("This is no longer used, and might be removed at some point ")] + [EditorBrowsable(EditorBrowsableState.Never)] public struct Vec2 { public double X;