去除无意义判空

This commit is contained in:
DengYq 2019-09-13 13:05:50 +08:00
parent b20c4ec564
commit d5fc5a629e

View file

@ -41,11 +41,6 @@ namespace v2rayN.Forms
//设置托盘图标
private void LoadGlobleAgentCustomIcon()
{
if (this.Icon == null)
{
globleAgentIcon = this.Icon;
}
//原图标进行颜色变化
System.Drawing.Bitmap gImage = this.Icon.ToBitmap();
for (int x = 0; x < gImage.Width; x++)