Remove some deadc0de from timing.c

This commit is contained in:
Aaron Culliney 2015-09-26 14:49:13 -07:00
parent 68be39de6b
commit 47ce10b3a4

View File

@ -220,14 +220,6 @@ void cpu_resume(void) {
assert(cpu_isPaused());
is_paused = false;
#if MOBILE_DEVICE
int err = pthread_cond_signal(&cpu_thread_cond);
if (err) {
RELEASE_ERRLOG("pthread_cond_signal : %d", err);
RELEASE_BREAK();
}
#endif
#ifdef AUDIO_ENABLED
audio_resume();
#endif