CoreTiming: Drop ProcessFifoWaitEvents.

globalTimer is only written in Advance, so this function has no function.
This commit is contained in:
degasus
2016-03-01 22:43:19 +01:00
parent 2776bcbf55
commit 4c5f8f9c91
4 changed files with 0 additions and 37 deletions

View File

@ -60,7 +60,6 @@ void RemoveEvent(int event_type);
void RemoveAllEvents(int event_type);
void Advance();
void MoveEvents();
void ProcessFifoWaitEvents();
// Pretend that the main CPU has executed enough cycles to reach the next event.
void Idle();