Get rid of lifecycle_state in runloop struct

This commit is contained in:
twinaphex 2015-07-10 18:54:58 +02:00
parent f50751909c
commit 403e32ca5f
2 changed files with 0 additions and 4 deletions

View File

@ -1452,8 +1452,6 @@ void rarch_main_set_state(unsigned cmd)
rarch_main_set_state(RARCH_ACTION_STATE_MENU_RUNNING_FINISHED);
break;
case RARCH_ACTION_STATE_FORCE_QUIT:
if (global)
global->lifecycle_state = 0;
rarch_main_set_state(RARCH_ACTION_STATE_QUIT);
break;
case RARCH_ACTION_STATE_NONE:

View File

@ -271,8 +271,6 @@ typedef struct global
bool softfilter_enable;
} console;
uint64_t lifecycle_state;
/* If this is non-NULL. RARCH_LOG and friends
* will write to this file. */
FILE *log_file;