mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-22 11:04:35 +00:00
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);
|
||||
|
||||
VIDEO_GetPreferredMode(&gx_mode);
|
||||
global_t *global = global_get_ptr();
|
||||
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)
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user