Remove unused enum field and UpdateStartWithWindows call in InitializeComponent

This commit is contained in:
Charles Milette 2017-10-04 17:45:52 -04:00
parent 347d768f2d
commit 887d25138f
No known key found for this signature in database
GPG key ID: 9BC74CC51CB137CE
2 changed files with 0 additions and 3 deletions

View file

@ -262,7 +262,6 @@ public enum RegionCaptureType
public enum StartupTaskState
{
Error = -1,
Disabled = 0,
DisabledByUser = 1,
Enabled = 2

View file

@ -145,8 +145,6 @@ private void UpdateControls()
btnFirefoxOpenAddonPage.Enabled = cbFirefoxAddonSupport.Checked;
#endif
UpdateStartWithWindows();
#if STEAM
cbSteamShowInApp.Checked = IntegrationHelpers.CheckSteamShowInApp();
#else