summaryrefslogtreecommitdiffstats
path: root/win/C#/interop/EncodeProgressEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/interop/EncodeProgressEventArgs.cs')
-rw-r--r--win/C#/interop/EncodeProgressEventArgs.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/win/C#/interop/EncodeProgressEventArgs.cs b/win/C#/interop/EncodeProgressEventArgs.cs
deleted file mode 100644
index 7f08595a7..000000000
--- a/win/C#/interop/EncodeProgressEventArgs.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace HandBrake.Interop
-{
- public class EncodeProgressEventArgs : EventArgs
- {
- public float FractionComplete { get; set; }
- public float CurrentFrameRate { get; set; }
- public float AverageFrameRate { get; set; }
- public TimeSpan EstimatedTimeLeft { get; set; }
- public int Pass { get; set; }
- }
-}