From 8bcca7cb2f774cdc415bea626500ab806725c5d5 Mon Sep 17 00:00:00 2001 From: Jesus Date: Mon, 6 Jul 2020 16:10:57 -0700 Subject: [PATCH] Update SelectorItemsSourceSyncBehavior.cs --- .../Regions/Behaviors/SelectorItemsSourceSyncBehavior.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Wpf/Prism.Wpf/Regions/Behaviors/SelectorItemsSourceSyncBehavior.cs b/src/Wpf/Prism.Wpf/Regions/Behaviors/SelectorItemsSourceSyncBehavior.cs index 8bc23f709..11ac2a9a0 100644 --- a/src/Wpf/Prism.Wpf/Regions/Behaviors/SelectorItemsSourceSyncBehavior.cs +++ b/src/Wpf/Prism.Wpf/Regions/Behaviors/SelectorItemsSourceSyncBehavior.cs @@ -3,7 +3,6 @@ using System; using System.Collections.Generic; using System.Collections.Specialized; -using System.Windows; using Prism.Properties; #if HAS_WINUI