diff --git a/shadowsocks-csharp/View/ConfigForm.cs b/shadowsocks-csharp/View/ConfigForm.cs index 5d664eb8..5bc1cc6b 100755 --- a/shadowsocks-csharp/View/ConfigForm.cs +++ b/shadowsocks-csharp/View/ConfigForm.cs @@ -15,12 +15,10 @@ namespace Shadowsocks.View public partial class ConfigForm : Form { private ShadowsocksController controller; - private UpdateChecker updateChecker; // this is a copy of configuration that we are working on private Configuration _modifiedConfiguration; private int _oldSelectedIndex = -1; - private bool _isFirstRun; public ConfigForm(ShadowsocksController controller) { @@ -37,12 +35,6 @@ namespace Shadowsocks.View { LoadCurrentConfiguration(); } - - void notifyIcon1_BalloonTipClicked(object sender, EventArgs e) - { - Process.Start(updateChecker.LatestVersionURL); - } - private void ShowWindow() {