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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.cs')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.cs b/main/src/addins/MacPlatform/MacPlatform.cs
index 6d521ef2c3..bd49bc9743 100644
--- a/main/src/addins/MacPlatform/MacPlatform.cs
+++ b/main/src/addins/MacPlatform/MacPlatform.cs
@@ -144,9 +144,6 @@ namespace MonoDevelop.MacIntegration
var dir = Path.GetDirectoryName (typeof(MacPlatformService).Assembly.Location);
- if (ObjCRuntime.Dlfcn.dlopen (Path.Combine (dir, "libxammac.dylib"), 0) == IntPtr.Zero)
- LoggingService.LogFatalError ("Unable to load libxammac");
-
mimemap = new Lazy<Dictionary<string, string>> (LoadMimeMapAsync);
//make sure the menu app name is correct even when running Mono 2.6 preview, or not running from the .app