summaryrefslogtreecommitdiffstats
path: root/win/C#/interop/ScanProgressEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/interop/ScanProgressEventArgs.cs')
-rw-r--r--win/C#/interop/ScanProgressEventArgs.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/win/C#/interop/ScanProgressEventArgs.cs b/win/C#/interop/ScanProgressEventArgs.cs
deleted file mode 100644
index f7e3a0f67..000000000
--- a/win/C#/interop/ScanProgressEventArgs.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace HandBrake.Interop
-{
- public class ScanProgressEventArgs : EventArgs
- {
- public int CurrentTitle { get; set; }
- public int Titles { get; set; }
- }
-}