[C] Obsolete Vec2 (#4980)
authorStephane Delcroix <stephane@delcroix.org>
Tue, 15 Jan 2019 12:35:24 +0000 (13:35 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Jan 2019 12:35:24 +0000 (13:35 +0100)
Xamarin.Forms.Core/Vec2.cs

index 2c7512d..4592e31 100644 (file)
@@ -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;