Remove unused variables

This commit is contained in:
twinaphex 2015-12-05 09:14:55 +01:00
parent 4cad9deb81
commit ddff980161
3 changed files with 0 additions and 3 deletions

View File

@ -230,7 +230,6 @@ const char* config_get_video_driver_options(void)
static bool find_video_driver(void)
{
int i;
driver_t *driver = driver_get_ptr();
settings_t *settings = config_get_ptr();
#if defined(HAVE_OPENGL) && defined(HAVE_FBO)

View File

@ -97,7 +97,6 @@ bool menu_load_content(enum rarch_core_type type)
{
bool msg_force = true;
menu_handle_t *menu = menu_driver_get_ptr();
driver_t *driver = driver_get_ptr();
char *fullpath = NULL;
runloop_ctl(RUNLOOP_CTL_GET_CONTENT_PATH, &fullpath);

View File

@ -1334,7 +1334,6 @@ bool rarch_ctl(enum rarch_ctl_state state, void *data)
static bool rarch_error_on_init = false;
static bool rarch_block_config_read = false;
static bool rarch_force_fullscreen = false;
driver_t *driver = driver_get_ptr();
global_t *global = global_get_ptr();
settings_t *settings = config_get_ptr();