From ec8c4e511c84c33bc6475834c29f774c4c4af74d Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 05 八月 2020 16:22:40 +0800 Subject: [PATCH] 2020-08-05-1 --- HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs index d2b6715..69ebfbe 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicModel.cs @@ -51,7 +51,6 @@ /// 绉婚櫎涔嬪墠鐨勭嚎绋� /// </summary> public static void RemoveListThread() { - var threads = updataMusicStatesListThread.FindAll((obj) => { return obj.Name == "A31"; }); for (int i = 0; i < updataMusicStatesListThread.Count;) { try -- Gitblit v1.8.0