githubのコードからのfolk
Revision | b1211bd407544d77d41de3a25b1895f2f2d2d60d (tree) |
---|---|
Time | 2011-02-21 01:08:29 |
Author | sr55 <sr55@b64f...> |
Commiter | sr55 |
Remove 2 unneeded lines.
git-svn-id: svn://localhost/HandBrake/trunk@3803 b64f7644-9d1e-0410-96f1-a4d463321fa5
@@ -57,8 +57,6 @@ namespace HandBrake.ApplicationServices.Services | ||
57 | 57 | /// </summary> |
58 | 58 | static readonly object fileWriterLock = new object(); |
59 | 59 | |
60 | - static readonly object syncObject = new object(); | |
61 | - | |
62 | 60 | #endregion |
63 | 61 | |
64 | 62 | /// <summary> |
@@ -72,8 +70,6 @@ namespace HandBrake.ApplicationServices.Services | ||
72 | 70 | |
73 | 71 | #region Delegates and Event Handlers |
74 | 72 | |
75 | - public delegate void ProcessEncodeEventsDelegate(); | |
76 | - | |
77 | 73 | /// <summary> |
78 | 74 | /// Fires when a new CLI QueueTask starts |
79 | 75 | /// </summary> |