From a63ba03a2ffd0200ab3187f977ff12234162d162 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 15 Nov 2014 03:14:28 +0800 Subject: [PATCH] remove unused code --- shadowsocks-csharp/View/ConfigForm.cs | 8 -------- 1 file changed, 8 deletions(-) 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() {