From 798ee80e95ff067ed783598d21db5e4cd5435c8b Mon Sep 17 00:00:00 2001 From: Luis von der Eltz Date: Sun, 7 Feb 2021 17:34:46 +0100 Subject: [PATCH] Remove some leftover code --- Example/Program.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Example/Program.cs b/Example/Program.cs index 13ef5b3..6b509ac 100644 --- a/Example/Program.cs +++ b/Example/Program.cs @@ -10,10 +10,6 @@ namespace Example { internal class Program { - [DllImport("shell32.dll", SetLastError = true)] - internal static extern void SetCurrentProcessExplicitAppUserModelID( - [MarshalAs(UnmanagedType.LPWStr)] string appId); - private static INotificationManager CreateManager() { if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))