summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services/Encode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Encode.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/Encode.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Encode.cs b/win/CS/HandBrake.ApplicationServices/Services/Encode.cs
index 953831732..6acfe5807 100644
--- a/win/CS/HandBrake.ApplicationServices/Services/Encode.cs
+++ b/win/CS/HandBrake.ApplicationServices/Services/Encode.cs
@@ -169,7 +169,6 @@ namespace HandBrake.ApplicationServices.Services
}
catch (Exception exc)
{
- TimeSpan time = DateTime.Now.Subtract(this.currentTask.StartTime);
this.Invoke_encodeCompleted(
new EncodeCompletedEventArgs(
false, exc, "An Error occured when trying to encode this source. "));