Remove standalone 7z

This commit is contained in:
Matt Nadareski
2016-04-12 23:14:39 -07:00
parent 913baa7d83
commit 8ace3106d0
10 changed files with 13 additions and 35 deletions

View File

@@ -23,17 +23,6 @@ namespace SabreTools.Helper
get { return (Type.GetType("Mono.Runtime") != null); }
}
/// <summary>
/// The path to the root of the 7z binaries and DLLs
/// </summary>
public static string SevenZipPath
{
get
{
return Environment.CurrentDirectory + Path.DirectorySeparatorChar + (Environment.Is64BitOperatingSystem ? "x64" : "x86") + Path.DirectorySeparatorChar;
}
}
/// <summary>
/// Show the help dialog for a given class
/// </summary>