diff --git a/Toolbox/MainForm.cs b/Toolbox/MainForm.cs index 1a2dc995..cddd91f1 100644 --- a/Toolbox/MainForm.cs +++ b/Toolbox/MainForm.cs @@ -189,13 +189,6 @@ namespace Toolbox { updateToolstrip.Enabled = true; UsePrompt = false; - - // Shows an on-screen message that updates are available - DialogResult result = MessageBox.Show("Updates are available. Do you want to update now?", "Update Available", MessageBoxButtons.YesNo); - if (result == DialogResult.Yes) - { - UpdateNotifcationClick(); - } } }