From cb04fc5309908b37a974317c1bee10cb9012c4b6 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 12 Apr 2020 10:17:54 -0500 Subject: [PATCH] Removed static updater version number from project --- DS4Windows/DS4Forms/ViewModels/MainWindowsViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DS4Windows/DS4Forms/ViewModels/MainWindowsViewModel.cs b/DS4Windows/DS4Forms/ViewModels/MainWindowsViewModel.cs index 06c5457..9a7d8dd 100644 --- a/DS4Windows/DS4Forms/ViewModels/MainWindowsViewModel.cs +++ b/DS4Windows/DS4Forms/ViewModels/MainWindowsViewModel.cs @@ -21,7 +21,6 @@ namespace DS4WinWPF.DS4Forms.ViewModels } public event EventHandler FullTabsEnabledChanged; - public const string UPDATER_VERSION = "1.4.1"; public string updaterExe = Environment.Is64BitProcess ? "DS4Updater.exe" : "DS4Updater_x86.exe"; } }