summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-04-26 18:20:19 +0200
committerLéo Lam <leo@leolam.fr>2021-04-26 18:20:27 +0200
commitf8d110ce28bc791bdcad481fae8b00c718f42fb4 (patch)
tree5d441b71c66063ef4a3fb2ef40a256687281275e /src
parent927c757345dcdeb5f77f421f9e05414d81b422b1 (diff)
ksys/frm: Remove unused enum
Diffstat (limited to 'src')
-rw-r--r--src/KingSystem/Framework/frmWorkerSupportThreadMgr.h11
1 files changed, 0 insertions, 11 deletions
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);