• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revisionb1211bd407544d77d41de3a25b1895f2f2d2d60d (tree)
Zeit2011-02-21 01:08:29
Autorsr55 <sr55@b64f...>
Commitersr55

Log Message

Remove 2 unneeded lines.

git-svn-id: svn://localhost/HandBrake/trunk@3803 b64f7644-9d1e-0410-96f1-a4d463321fa5

Ändern Zusammenfassung

Diff

--- a/win/C#/HandBrake.ApplicationServices/Services/Encode.cs
+++ b/win/C#/HandBrake.ApplicationServices/Services/Encode.cs
@@ -57,8 +57,6 @@ namespace HandBrake.ApplicationServices.Services
5757 /// </summary>
5858 static readonly object fileWriterLock = new object();
5959
60- static readonly object syncObject = new object();
61-
6260 #endregion
6361
6462 /// <summary>
@@ -72,8 +70,6 @@ namespace HandBrake.ApplicationServices.Services
7270
7371 #region Delegates and Event Handlers
7472
75- public delegate void ProcessEncodeEventsDelegate();
76-
7773 /// <summary>
7874 /// Fires when a new CLI QueueTask starts
7975 /// </summary>