From fc7e0a84f68cf61e1514e51f7150223598f49047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Wed, 14 May 2014 00:09:19 +0200 Subject: [PATCH] AllocConsole()-Aufruf komplett entfernt --- src/Gui/Gui.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Gui/Gui.cs b/src/Gui/Gui.cs index 1bbd80d..d9b94b9 100644 --- a/src/Gui/Gui.cs +++ b/src/Gui/Gui.cs @@ -110,9 +110,5 @@ namespace WorldOfPeacecraft MapPanel.LoadResources (); OnlinePlayerList.LoadResources (); } - - [DllImport("kernel32.dll", SetLastError = true)] - [return: MarshalAs(UnmanagedType.Bool)] - static extern bool AllocConsole(); } }