summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Renderers/KeyboardObserver.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/Renderers/KeyboardObserver.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/Renderers/KeyboardObserver.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Xamarin.Forms.Platform.iOS/Renderers/KeyboardObserver.cs b/Xamarin.Forms.Platform.iOS/Renderers/KeyboardObserver.cs
index 4ebb75d7..987858bc 100644
--- a/Xamarin.Forms.Platform.iOS/Renderers/KeyboardObserver.cs
+++ b/Xamarin.Forms.Platform.iOS/Renderers/KeyboardObserver.cs
@@ -1,11 +1,6 @@
using System;
-#if __UNIFIED__
using UIKit;
-#else
-using MonoTouch.UIKit;
-#endif
-
namespace Xamarin.Forms.Platform.iOS
{
internal static class KeyboardObserver