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 index f1c02c352..454bb21c6 100644 --- a/win/C#/CLI/Jobs/Job.cs +++ b/win/C#/CLI/Jobs/Job.cs @@ -7,20 +7,6 @@ namespace Handbrake.CLI.Jobs {
public class Job
{
- private string m_exec;
-
- private Process m_proc;
- /// <summary>
- /// The base process associated with this job
- /// </summary>
- public Process Process
- {
- get
- {
- return this.m_proc;
- }
- }
-
public Job()
{
}
|