Remove unused AllocConsole binding.
This doesn't cause problems since it's never called, but it's never called.
This commit is contained in:
parent
0f74ffb832
commit
f85058e499
@ -8,8 +8,6 @@ namespace smx_config
|
||||
{
|
||||
public partial class App: Application
|
||||
{
|
||||
[DllImport("Kernel32")]
|
||||
private static extern void AllocConsole();
|
||||
[DllImport("SMX.dll", CallingConvention = CallingConvention.Cdecl)]
|
||||
private static extern void SMX_Internal_OpenConsole();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user