From 2e05e21d37809fb83b8492bcdbdbe266b35aeb99 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Fri, 16 Aug 2019 09:34:29 +0200 Subject: [PATCH] SEBWIN-337: Removed ancient TODO and suppressed all warnings for atrocious legacy configuration tool. --- SebWindowsConfig/SebWindowsConfig.csproj | 2 +- SebWindowsConfig/SebWindowsConfigForm.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/SebWindowsConfig/SebWindowsConfig.csproj b/SebWindowsConfig/SebWindowsConfig.csproj index c9e79a15..327c5685 100644 --- a/SebWindowsConfig/SebWindowsConfig.csproj +++ b/SebWindowsConfig/SebWindowsConfig.csproj @@ -38,7 +38,7 @@ bin\x86\Debug\ DEBUG;TRACE prompt - 4 + 0 false diff --git a/SebWindowsConfig/SebWindowsConfigForm.cs b/SebWindowsConfig/SebWindowsConfigForm.cs index 2d13606a..605475e6 100644 --- a/SebWindowsConfig/SebWindowsConfigForm.cs +++ b/SebWindowsConfig/SebWindowsConfigForm.cs @@ -2713,7 +2713,6 @@ namespace SebWindowsConfig permittedApplicationInformation.OriginalName = FileVersionInfo.GetVersionInfo(filename).OriginalFilename; return permittedApplicationInformation; - //TODO (pwyss 2015/03/13): Keep a list with tools that need special configurations and fill them accordingly (WindowHandlingProcess for example) } return null; }