From 977f324c726bb6e65078f9fb28aa93459b2781d1 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mahmoud Date: Tue, 21 Apr 2015 14:17:46 -0400 Subject: [PATCH] Remove cruft --- AffdexMe/MainWindow.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/AffdexMe/MainWindow.xaml.cs b/AffdexMe/MainWindow.xaml.cs index 5e2042e..9052a1b 100644 --- a/AffdexMe/MainWindow.xaml.cs +++ b/AffdexMe/MainWindow.xaml.cs @@ -454,13 +454,11 @@ namespace AffdexMe { try { - DateTime functionEnter = DateTime.Now; mCurrentTimeStamp = image.getTimestamp(); // Update the Image control from the UI thread //imgAffdexFaceDisplay.Source = rtb; imgAffdexFaceDisplay.Source = ConstructImage(image.getBGRByteArray(), image.getWidth(), image.getHeight()); - var elapseTime = (DateTime.Now - functionEnter).Milliseconds; // Allow N successive OnCapture callbacks before the FacePoint drawing canvas gets cleared. if (++mFeaturePointsSkipCount > 4)