From 8238c024b8d2bfa5f541c6b911ae6c197be7b8e3 Mon Sep 17 00:00:00 2001 From: wzxjohn Date: Sun, 9 Nov 2014 06:06:26 +0800 Subject: [PATCH] small bug Fix a small bug --- shadowsocks-csharp/View/ConfigForm.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shadowsocks-csharp/View/ConfigForm.cs b/shadowsocks-csharp/View/ConfigForm.cs index 0059678e..ec2cc728 100755 --- a/shadowsocks-csharp/View/ConfigForm.cs +++ b/shadowsocks-csharp/View/ConfigForm.cs @@ -370,10 +370,5 @@ namespace Shadowsocks.View qrCodeForm.Icon = this.Icon; qrCodeForm.Show(); } - - private void enableLogBox_CheckedChanged(object sender, EventArgs e) - { - MessageBox.Show("This option only works on next startup."); - } } }