diff options
author | sr55 <[email protected]> | 2013-08-24 13:48:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-08-24 13:48:41 +0000 |
commit | 2526f515e8221cf8a955a3ea2dd405806d3aa259 (patch) | |
tree | cdeb33824e9de969fd114b2bedd63e7cf683693d /win/CS/HandBrakeWPF/Services | |
parent | 978227b1fa4e68005048b7ce3e4b81c432a2915d (diff) |
WinGui: Fixes around libhb scanning. (Progress % was not shown and the scan logs was not written to disc)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5744 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Services')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/ScanServiceWrapper.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/win/CS/HandBrakeWPF/Services/ScanServiceWrapper.cs b/win/CS/HandBrakeWPF/Services/ScanServiceWrapper.cs index 2dbc7d959..701579d5b 100644 --- a/win/CS/HandBrakeWPF/Services/ScanServiceWrapper.cs +++ b/win/CS/HandBrakeWPF/Services/ScanServiceWrapper.cs @@ -159,25 +159,6 @@ namespace HandBrakeWPF.Services #region IScan
/// <summary>
- /// Take a Scan Log file, and process it as if it were from the CLI.
- /// </summary>
- /// <param name="path">
- /// The path to the log file.
- /// </param>
- public void DebugScanLog(string path)
- {
- this.scanService.DebugScanLog(path);
- }
-
- /// <summary>
- /// Shutdown the service.
- /// </summary>
- public void Shutdown()
- {
- this.scanService.Shutdown();
- }
-
- /// <summary>
/// Scan a Source Path.
/// Title 0: scan all
/// </summary>
|