Remove unused variables

This commit is contained in:
twinaphex 2015-07-08 22:04:37 +02:00
parent 52e2fd1689
commit 6f4e53e454
2 changed files with 0 additions and 3 deletions

View File

@ -473,7 +473,6 @@ static void setup_video_mode(void *data)
OSInitThreadQueue(&g_video_cond);
VIDEO_GetPreferredMode(&gx_mode);
global_t *global = global_get_ptr();
gx_set_video_mode(data, 0, 0, true);
}

View File

@ -301,7 +301,6 @@ void rarch_main_data_clear_state(void)
void rarch_main_data_init_queues(void)
{
data_runloop_t *runloop = rarch_main_data_get_ptr();
#ifdef HAVE_NETWORKING
rarch_main_data_http_init_msg_queue();
#endif
@ -318,7 +317,6 @@ void rarch_main_data_msg_queue_push(unsigned type,
{
char new_msg[PATH_MAX_LENGTH] = {0};
msg_queue_t *queue = NULL;
data_runloop_t *runloop = rarch_main_data_get_ptr();
switch(type)
{