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:
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
{