diff options
author | sr55 <[email protected]> | 2011-08-07 21:33:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-08-07 21:33:19 +0000 |
commit | e9eb3f1ab503a765f44d68ac91ffddfec4d3cd20 (patch) | |
tree | 9d84f4b526a014fdac6a18dd0c5585cd98029923 /win/CS/HandBrake.ApplicationServices/Model | |
parent | 69d24d74273fde9bb4c790755c95575b4e6c3c0c (diff) |
WinGui: Removed some unneeded code
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4162 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Model/QueueTask.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/QueueTask.cs b/win/CS/HandBrake.ApplicationServices/Model/QueueTask.cs index aa71a2819..cee9ad36f 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/QueueTask.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/QueueTask.cs @@ -72,16 +72,6 @@ namespace HandBrake.ApplicationServices.Model public QueueItemStatus Status { get; set; }
/// <summary>
- /// Gets or sets StartTime.
- /// </summary>
- public DateTime StartTime { get; set; }
-
- /// <summary>
- /// Gets or sets ElaspedEncodeTime.
- /// </summary>
- public TimeSpan ElaspedEncodeTime { get; set; }
-
- /// <summary>
/// Gets or sets the Encode Task.
/// </summary>
public EncodeTask Task { get; set; }
|