From 77301e2930ea314a003bdd5adad3e5c2227c1fc1 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 19 Feb 2020 13:10:42 -0800 Subject: [PATCH] bug fix --- tools/FancyZone_HitTest/FancyZone_HitTest/VisualData.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } } } +}