mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-12 10:11:04 +01:00
Turns out WaitableManager->delete_waitable() wasn't needed
This commit is contained in:
parent
cbb0a084a6
commit
ee1488a1ed
@ -21,6 +21,5 @@ class WaitableManager {
|
||||
|
||||
unsigned int get_num_signalable();
|
||||
void add_waitable(IWaitable *waitable);
|
||||
void delete_waitable(IWaitable *waitable);
|
||||
void process();
|
||||
};
|
Loading…
Reference in New Issue
Block a user