diff --git a/tools/FancyZone_HitTest/FancyZone_HitTest/VisualData.cs b/tools/FancyZone_HitTest/FancyZone_HitTest/VisualData.cs index 033eead96..516d7ce9e 100644 --- a/tools/FancyZone_HitTest/FancyZone_HitTest/VisualData.cs +++ b/tools/FancyZone_HitTest/FancyZone_HitTest/VisualData.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Windows; using System.Windows.Input; using System.Windows.Media; @@ -51,3 +49,4 @@ namespace FancyZone_HitTest } } } +}