mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Turns out WaitableManager->delete_waitable() wasn't needed
This commit is contained in:
parent
cbb0a084a6
commit
ee1488a1ed
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue