diff --git a/SabreTools.Library/Data/Build.cs b/SabreTools.Library/Data/Build.cs index 9c1a49f4..484bbaa7 100644 --- a/SabreTools.Library/Data/Build.cs +++ b/SabreTools.Library/Data/Build.cs @@ -18,9 +18,6 @@ namespace SabreTools.Library.Data /// The name to be displayed as the programB public static void Start(string name) { - // Set the maximum number of threads right off the bat - System.Threading.ThreadPool.SetMaxThreads(Globals.MaxThreads, Globals.MaxThreads); - // Dynamically create the header string, adapted from http://stackoverflow.com/questions/8200661/how-to-align-string-in-fixed-length-string int width = Console.WindowWidth - 3; string border = "+" + new string('-', width) + "+";