mirror of https://github.com/zeldaret/botw.git
ksys/frm: Remove unused enum
This commit is contained in:
parent
927c757345
commit
f8d110ce28
|
@ -26,17 +26,6 @@ class WorkerSupportThreadMgr {
|
||||||
~WorkerSupportThreadMgr() = default;
|
~WorkerSupportThreadMgr() = default;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
enum class Owner {
|
|
||||||
_0,
|
|
||||||
_1,
|
|
||||||
_2,
|
|
||||||
_3,
|
|
||||||
_4,
|
|
||||||
_5,
|
|
||||||
_6,
|
|
||||||
_7,
|
|
||||||
};
|
|
||||||
|
|
||||||
void init(sead::Heap* heap);
|
void init(sead::Heap* heap);
|
||||||
|
|
||||||
void submitRequest(int id, util::TaskDelegate* delegate);
|
void submitRequest(int id, util::TaskDelegate* delegate);
|
||||||
|
|
Loading…
Reference in New Issue