Event: Get rid of permanent_lock hack.

This commit is contained in:
bunnei 2015-01-14 23:33:37 -05:00
parent 5e77e2e1de
commit 14cbbf4d9b
2 changed files with 8 additions and 36 deletions

View file

@ -18,13 +18,6 @@ namespace Kernel {
*/
ResultCode SetEventLocked(const Handle handle, const bool locked);
/**
* Hackish function to set an events permanent lock state, used to pass through synch blocks
* @param handle Handle to event to change
* @param permanent_locked Boolean permanent locked value to set event
*/
ResultCode SetPermanentLock(Handle handle, const bool permanent_locked);
/**
* Signals an event
* @param handle Handle to event to signal