From 455f9b063da3fb1d5b02544629b3ab34744e035c Mon Sep 17 00:00:00 2001 From: KyleZhao Date: Thu, 21 May 2015 16:09:03 +0800 Subject: [PATCH] Finished! --- StopSignDetector_WPF/MainWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/StopSignDetector_WPF/MainWindow.xaml.cs b/StopSignDetector_WPF/MainWindow.xaml.cs index 27b86a5..02a2211 100644 --- a/StopSignDetector_WPF/MainWindow.xaml.cs +++ b/StopSignDetector_WPF/MainWindow.xaml.cs @@ -93,7 +93,6 @@ public void Periodical_Tick_Handler(object sender, EventArgs e) break; default:break; } - //while matching a clean item, if (area > 100000) { txt_dist.Content = "Getting Close!";