diff options
author | sr55 <[email protected]> | 2014-11-28 22:23:02 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-11-28 22:23:02 +0000 |
commit | a8cbe091a3a7f49bd9470c207d71a64d50bac6b2 (patch) | |
tree | bdf3733ef4fad8fb22b42096e514d677319f761b /win | |
parent | 111bcba3edca2b60cbf34fbbe915d1817b06ada1 (diff) |
WinGui: Remove another HandBrakeCLI process helper.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6565 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs b/win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs index 19c465fb0..aa9b55a13 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/GeneralUtilities.cs @@ -144,15 +144,6 @@ namespace HandBrake.ApplicationServices.Utilities }
/// <summary>
- /// Get the Process ID of HandBrakeCLI for the current instance.
- /// </summary>
- /// <returns>A list of processes</returns>
- public static Process[] GetCliProcess()
- {
- return Process.GetProcessesByName("HandBrakeCLI");
- }
-
- /// <summary>
/// Get a list of available DVD drives which are ready and contain DVD content.
/// </summary>
/// <returns>A List of Drives with their details</returns>
|