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 'TestApps/XamMacTest/Main.cs')
-rw-r--r--TestApps/XamMacTest/Main.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/TestApps/XamMacTest/Main.cs b/TestApps/XamMacTest/Main.cs
index 49fbbd4f..cd44c1a5 100644
--- a/TestApps/XamMacTest/Main.cs
+++ b/TestApps/XamMacTest/Main.cs
@@ -7,9 +7,6 @@ namespace MacTest
{
static void Main (string [] args)
{
- //FIXME: remove this once mmp summorts xammac
- ObjCRuntime.Dlfcn.dlopen ("/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/libxammac.dylib", 0);
-
App.Run (ToolkitType.XamMac);
}
}