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/HandBrake.ApplicationServices/Services/Interfaces | |
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/HandBrake.ApplicationServices/Services/Interfaces')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs index 59213e5d0..785728582 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs @@ -93,18 +93,5 @@ namespace HandBrake.ApplicationServices.Services.Interfaces /// Kill the scan
/// </summary>
void Stop();
-
- /// <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>
- void DebugScanLog(string path);
-
- /// <summary>
- /// Shutdown the service.
- /// </summary>
- void Shutdown();
}
}
\ No newline at end of file |