From e2c59ac0da724daa9d36dc58877816c945f75a94 Mon Sep 17 00:00:00 2001 From: David Kallesen Date: Mon, 11 Mar 2024 22:42:09 +0100 Subject: [PATCH] chore: Cleanup --- .../Controls/RegistrySettingsViewModel.cs | 1 - src/Atc.Installer.Wpf.ComponentProvider/GlobalUsings.cs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Atc.Installer.Wpf.ComponentProvider/Controls/RegistrySettingsViewModel.cs b/src/Atc.Installer.Wpf.ComponentProvider/Controls/RegistrySettingsViewModel.cs index ddb9289..f6d7cde 100644 --- a/src/Atc.Installer.Wpf.ComponentProvider/Controls/RegistrySettingsViewModel.cs +++ b/src/Atc.Installer.Wpf.ComponentProvider/Controls/RegistrySettingsViewModel.cs @@ -55,7 +55,6 @@ public void ClearAllIsDirty() } } - private void HandleUpdateApplicationOptionsMessage( UpdateApplicationOptionsMessage obj) => EnableEditingMode = obj.EnableEditingMode; diff --git a/src/Atc.Installer.Wpf.ComponentProvider/GlobalUsings.cs b/src/Atc.Installer.Wpf.ComponentProvider/GlobalUsings.cs index 724bf70..731e95d 100644 --- a/src/Atc.Installer.Wpf.ComponentProvider/GlobalUsings.cs +++ b/src/Atc.Installer.Wpf.ComponentProvider/GlobalUsings.cs @@ -38,5 +38,4 @@ global using Atc.Wpf.Mvvm; global using Microsoft.Extensions.Logging; -global using Microsoft.Extensions.Logging.Abstractions; -global using Microsoft.Win32; \ No newline at end of file +global using Microsoft.Extensions.Logging.Abstractions; \ No newline at end of file