Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2019-02-15 02:06:47 +0300
committerMarek Safar <marek.safar@gmail.com>2019-02-21 18:25:50 +0300
commit9334822c5821368b30feda4d14fc71218004c2ec (patch)
tree3d75018a3a6e011ec5720aac725df58b0d35dad4 /src
parentad126fbef0a4da992dd2534c8924164a0b82182f (diff)
Remove System.Drawing types from Mono.Android
They are removed from the implementation with https://github.com/xamarin/xamarin-android/pull/2722
Diffstat (limited to 'src')
-rw-r--r--src/monodroid/Mono.Android.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/monodroid/Mono.Android.cs b/src/monodroid/Mono.Android.cs
index 2eb16f4..21f4135 100644
--- a/src/monodroid/Mono.Android.cs
+++ b/src/monodroid/Mono.Android.cs
@@ -21,14 +21,3 @@
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.SecurityCriticalAttribute]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
-namespace System.Drawing
-{
- public struct Color {}
- public enum KnownColor {}
- public struct Point {}
- public struct PointF {}
- public struct Rectangle {}
- public struct RectangleF {}
- public struct Size {}
- public struct SizeF {}
-} \ No newline at end of file