diff --git a/src/KingSystem/Framework/frmWorkerSupportThreadMgr.h b/src/KingSystem/Framework/frmWorkerSupportThreadMgr.h index 00e8a359..2ec99fa2 100644 --- a/src/KingSystem/Framework/frmWorkerSupportThreadMgr.h +++ b/src/KingSystem/Framework/frmWorkerSupportThreadMgr.h @@ -26,17 +26,6 @@ class WorkerSupportThreadMgr { ~WorkerSupportThreadMgr() = default; public: - enum class Owner { - _0, - _1, - _2, - _3, - _4, - _5, - _6, - _7, - }; - void init(sead::Heap* heap); void submitRequest(int id, util::TaskDelegate* delegate);