From 9c2499f8660b4612d2f5c3aecdfc031b658faf34 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 2 Aug 2013 16:47:50 -0400 Subject: [PATCH] Removed unused constants. --- DepotDownloader/ContentDownloader.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index e8120386..76c6a175 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -14,10 +14,7 @@ namespace DepotDownloader static class ContentDownloader { const string DEFAULT_DIR = "depots"; - const int MAX_STORAGE_RETRIES = 500; - const int MAX_CONNECT_RETRIES = 10; const int NUM_STEAM3_CONNECTIONS = 4; - const int STEAM2_CONNECT_TIMEOUT_SECONDS = 5; public static DownloadConfig Config = new DownloadConfig();