diff options
author | sr55 <[email protected]> | 2011-02-20 16:08:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-02-20 16:08:29 +0000 |
commit | 26e7f602344af0d873950778a582bffb2cb26741 (patch) | |
tree | 607ef08156cce01a93451b442c790d80acf56b02 /win | |
parent | d4e4884ba7c70fec361a7dc411d819720ac320d3 (diff) |
Remove 2 unneeded lines.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3803 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Services/Encode.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Services/Encode.cs b/win/C#/HandBrake.ApplicationServices/Services/Encode.cs index f8be44e87..0e9465d18 100644 --- a/win/C#/HandBrake.ApplicationServices/Services/Encode.cs +++ b/win/C#/HandBrake.ApplicationServices/Services/Encode.cs @@ -57,8 +57,6 @@ namespace HandBrake.ApplicationServices.Services /// </summary>
static readonly object fileWriterLock = new object();
- static readonly object syncObject = new object();
-
#endregion
/// <summary>
@@ -72,8 +70,6 @@ namespace HandBrake.ApplicationServices.Services #region Delegates and Event Handlers
- public delegate void ProcessEncodeEventsDelegate();
-
/// <summary>
/// Fires when a new CLI QueueTask starts
/// </summary>
|