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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@microsoft.com>2017-02-12 18:37:35 +0300
committerVsevolod Kukol <sevoku@microsoft.com>2017-02-12 18:37:35 +0300
commitfb6c9996da67d69523e69c04657ad6c6cc3110fc (patch)
tree10fd5043761db442d0c3bcb8d0205bcd1e46f46e /Xwt.XamMac/Xwt.Mac/AlertDialogBackend.cs
parent1413b1bb0c6d26c2c952504e23027b7b11d72eca (diff)
[Mac] Remove deprecated MonoMac code
Diffstat (limited to 'Xwt.XamMac/Xwt.Mac/AlertDialogBackend.cs')
-rw-r--r--Xwt.XamMac/Xwt.Mac/AlertDialogBackend.cs13
1 files changed, 1 insertions, 12 deletions
diff --git a/Xwt.XamMac/Xwt.Mac/AlertDialogBackend.cs b/Xwt.XamMac/Xwt.Mac/AlertDialogBackend.cs
index 820c95ad..56f21b7a 100644
--- a/Xwt.XamMac/Xwt.Mac/AlertDialogBackend.cs
+++ b/Xwt.XamMac/Xwt.Mac/AlertDialogBackend.cs
@@ -25,20 +25,9 @@
// THE SOFTWARE.
using System;
-using Xwt.Backends;
-
-#if MONOMAC
-using CGRect = System.Drawing.RectangleF;
-using CGPoint = System.Drawing.PointF;
-using CGSize = System.Drawing.SizeF;
-using MonoMac.AppKit;
-using MonoMac.Foundation;
-using System.Drawing;
-#else
using AppKit;
-using Foundation;
using CoreGraphics;
-#endif
+using Xwt.Backends;
namespace Xwt.Mac
{