Remove unused RUNLOOP_CTL_IS_SLOWMOTION

This commit is contained in:
twinaphex 2017-01-23 02:49:00 +01:00
parent 0761381e2a
commit b36f823d73
2 changed files with 0 additions and 3 deletions

View File

@ -437,8 +437,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
runloop_idle = *ptr;
}
break;
case RUNLOOP_CTL_IS_SLOWMOTION:
return runloop_slowmotion;
case RUNLOOP_CTL_SET_SLOWMOTION:
{
bool *ptr = (bool*)data;

View File

@ -61,7 +61,6 @@ enum runloop_ctl_state
RUNLOOP_CTL_SET_LIBRETRO_PATH,
RUNLOOP_CTL_IS_SLOWMOTION,
RUNLOOP_CTL_SET_SLOWMOTION,
RUNLOOP_CTL_IS_PAUSED,