diff options
Diffstat (limited to 'win/C#/CLI/Jobs/Job.cs')
-rw-r--r-- | win/C#/CLI/Jobs/Job.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/win/C#/CLI/Jobs/Job.cs b/win/C#/CLI/Jobs/Job.cs deleted file mode 100644 index 454bb21c6..000000000 --- a/win/C#/CLI/Jobs/Job.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System;
-using System.Collections.Generic;
-using System.Text;
-using System.Diagnostics;
-
-namespace Handbrake.CLI.Jobs
-{
- public class Job
- {
- public Job()
- {
- }
- }
-}
|