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/RadioButtonBackend.cs
parent1413b1bb0c6d26c2c952504e23027b7b11d72eca (diff)
[Mac] Remove deprecated MonoMac code
Diffstat (limited to 'Xwt.XamMac/Xwt.Mac/RadioButtonBackend.cs')
-rw-r--r--Xwt.XamMac/Xwt.Mac/RadioButtonBackend.cs14
1 files changed, 2 insertions, 12 deletions
diff --git a/Xwt.XamMac/Xwt.Mac/RadioButtonBackend.cs b/Xwt.XamMac/Xwt.Mac/RadioButtonBackend.cs
index ca864d45..0ac50b98 100644
--- a/Xwt.XamMac/Xwt.Mac/RadioButtonBackend.cs
+++ b/Xwt.XamMac/Xwt.Mac/RadioButtonBackend.cs
@@ -23,20 +23,10 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-using System;
-using System.Collections.Generic;
-
-using Xwt.Backends;
-#if MONOMAC
-using nint = System.Int32;
-using nfloat = System.Single;
-using MonoMac.Foundation;
-using MonoMac.AppKit;
-#else
-using Foundation;
+using System;
using AppKit;
-#endif
+using Xwt.Backends;
namespace Xwt.Mac
{