diff options
author | sr55 <[email protected]> | 2015-01-31 15:19:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-31 15:19:14 +0000 |
commit | 6d57e42b6b2cc38cf256f2970b23b94121e49479 (patch) | |
tree | 6841b6c50f50b6ac34bfa9dba954f959f030b480 /win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs | |
parent | a4416e99f06e31e1da8767d071e882f32c5a4e67 (diff) |
WinGui: Remove a bunch of CLI handling code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6840 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs b/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs index 721959a90..bc9304f8e 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs @@ -39,13 +39,6 @@ namespace HandBrake.ApplicationServices.Services.Scan /// </summary>
public class LibScan : IScan
{
- /*
- * TODO
- * 1. Expose the Previews code.
- * 2. Cleanup old instances.
- *
- */
-
#region Private Variables
/// <summary>
@@ -101,7 +94,7 @@ namespace HandBrake.ApplicationServices.Services.Scan public LibScan()
{
this.logging = new StringBuilder();
- this.header = GeneralUtilities.CreateCliLogHeader();
+ this.header = GeneralUtilities.CreateLogHeader();
}
#region Events
|