Remove unused variable

This commit is contained in:
twinaphex 2016-03-02 06:11:03 +01:00
parent 2807f94a14
commit 50f0e19263
2 changed files with 0 additions and 2 deletions

View File

@ -467,7 +467,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
runloop_system.info.valid_extensions ? runloop_system.info.valid_extensions ?
runloop_system.info.valid_extensions : DEFAULT_EXT, runloop_system.info.valid_extensions : DEFAULT_EXT,
sizeof(runloop_system.valid_extensions)); sizeof(runloop_system.valid_extensions));
runloop_system.block_extract = runloop_system.info.block_extract;
break; break;
case RUNLOOP_CTL_GET_CORE_OPTION_SIZE: case RUNLOOP_CTL_GET_CORE_OPTION_SIZE:
{ {

View File

@ -39,7 +39,6 @@ typedef struct rarch_system_info
unsigned rotation; unsigned rotation;
unsigned performance_level; unsigned performance_level;
bool block_extract;
bool force_nonblock; bool force_nonblock;
bool no_content; bool no_content;