Remove unused variables
This commit is contained in:
parent
52e2fd1689
commit
6f4e53e454
|
@ -473,7 +473,6 @@ static void setup_video_mode(void *data)
|
||||||
OSInitThreadQueue(&g_video_cond);
|
OSInitThreadQueue(&g_video_cond);
|
||||||
|
|
||||||
VIDEO_GetPreferredMode(&gx_mode);
|
VIDEO_GetPreferredMode(&gx_mode);
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
gx_set_video_mode(data, 0, 0, true);
|
gx_set_video_mode(data, 0, 0, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -301,7 +301,6 @@ void rarch_main_data_clear_state(void)
|
||||||
|
|
||||||
void rarch_main_data_init_queues(void)
|
void rarch_main_data_init_queues(void)
|
||||||
{
|
{
|
||||||
data_runloop_t *runloop = rarch_main_data_get_ptr();
|
|
||||||
#ifdef HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
rarch_main_data_http_init_msg_queue();
|
rarch_main_data_http_init_msg_queue();
|
||||||
#endif
|
#endif
|
||||||
|
@ -318,7 +317,6 @@ void rarch_main_data_msg_queue_push(unsigned type,
|
||||||
{
|
{
|
||||||
char new_msg[PATH_MAX_LENGTH] = {0};
|
char new_msg[PATH_MAX_LENGTH] = {0};
|
||||||
msg_queue_t *queue = NULL;
|
msg_queue_t *queue = NULL;
|
||||||
data_runloop_t *runloop = rarch_main_data_get_ptr();
|
|
||||||
|
|
||||||
switch(type)
|
switch(type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue