From 84c298f009d54dbd87e46b16f4a7eaee7ef34dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=91=E5=8F=A4=E6=95=9B=E9=94=8B?= <3045316072@qq.com> Date: Tue, 23 Jul 2024 10:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ModuleBase/ThreadTaskManager.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ModuleBase/ThreadTaskManager.h b/src/ModuleBase/ThreadTaskManager.h index 408e158..f78574e 100644 --- a/src/ModuleBase/ThreadTaskManager.h +++ b/src/ModuleBase/ThreadTaskManager.h @@ -19,8 +19,6 @@ namespace ModuleBase void clearThreadTaskList(); void appendToThreadTaskList(ThreadTask* t); - - void clearThreadControlList(); void appendToThreadContolList(ThreadControl* tc); // signals: