summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Renderers/MeasureSpecificationType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Android/Renderers/MeasureSpecificationType.cs')
-rw-r--r--Xamarin.Forms.Platform.Android/Renderers/MeasureSpecificationType.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Xamarin.Forms.Platform.Android/Renderers/MeasureSpecificationType.cs b/Xamarin.Forms.Platform.Android/Renderers/MeasureSpecificationType.cs
deleted file mode 100644
index bb61d841..00000000
--- a/Xamarin.Forms.Platform.Android/Renderers/MeasureSpecificationType.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using System;
-
-namespace Xamarin.Forms.Platform.Android
-{
- [Flags]
- internal enum MeasureSpecificationType
- {
- Unspecified = 0,
- Exactly = 0x1 << 31,
- AtMost = 0x1 << 32,
- Mask = Exactly | AtMost
- }
-} \ No newline at end of file