From 50f0e192639f193c658d15435ed378873f2d2854 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 2 Mar 2016 06:11:03 +0100 Subject: [PATCH] Remove unused variable --- runloop.c | 1 - system.h | 1 - 2 files changed, 2 deletions(-) diff --git a/runloop.c b/runloop.c index 33d0533ef7..1372347e44 100644 --- a/runloop.c +++ b/runloop.c @@ -467,7 +467,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data) runloop_system.info.valid_extensions ? runloop_system.info.valid_extensions : DEFAULT_EXT, sizeof(runloop_system.valid_extensions)); - runloop_system.block_extract = runloop_system.info.block_extract; break; case RUNLOOP_CTL_GET_CORE_OPTION_SIZE: { diff --git a/system.h b/system.h index 21ceb5844a..e7708f62e9 100644 --- a/system.h +++ b/system.h @@ -39,7 +39,6 @@ typedef struct rarch_system_info unsigned rotation; unsigned performance_level; - bool block_extract; bool force_nonblock; bool no_content;