From d517730fd0e1aca64dcafb93b71a9dc2fc0164eb Mon Sep 17 00:00:00 2001 From: "Shawn Yuan (from Dev Box)" Date: Fri, 14 Nov 2025 15:08:08 +0800 Subject: [PATCH] remove unused file Signed-off-by: Shawn Yuan (from Dev Box) --- .../AIProviderConfigurationSnapshot.cs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/settings-ui/Settings.UI.Library/AIProviderConfigurationSnapshot.cs diff --git a/src/settings-ui/Settings.UI.Library/AIProviderConfigurationSnapshot.cs b/src/settings-ui/Settings.UI.Library/AIProviderConfigurationSnapshot.cs deleted file mode 100644 index 7619c72ccd..0000000000 --- a/src/settings-ui/Settings.UI.Library/AIProviderConfigurationSnapshot.cs +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) Microsoft Corporation -// The Microsoft Corporation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -namespace Microsoft.PowerToys.Settings.UI.Library -{ - // Intentionally left empty after removing legacy provider snapshots. -}