summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs b/Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs
index 20e9c38b..466773b5 100644
--- a/Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs
+++ b/Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs
@@ -1,23 +1,7 @@
using System.ComponentModel;
-using System.Drawing;
-using Xamarin.Forms.PlatformConfiguration.iOSSpecific;
-#if __UNIFIED__
using UIKit;
-using CoreGraphics;
-#else
-using MonoTouch.UIKit;
-using MonoTouch.CoreGraphics;
-#endif
-#if __UNIFIED__
using RectangleF = CoreGraphics.CGRect;
using SizeF = CoreGraphics.CGSize;
-using PointF = CoreGraphics.CGPoint;
-
-#else
-using nfloat=System.Single;
-using nint=System.Int32;
-using nuint=System.UInt32;
-#endif
namespace Xamarin.Forms.Platform.iOS
{