mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Get rid of unused variables
This commit is contained in:
parent
d52c573e13
commit
7c16b9e836
@ -671,7 +671,6 @@ static void ozone_content_metadata_line(video_frame_info_t *video_info, ozone_ha
|
||||
|
||||
void ozone_draw_thumbnail_bar(ozone_handle_t *ozone, video_frame_info_t *video_info)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
unsigned sidebar_height = video_info->height - ozone->dimensions.header_height - 55 - ozone->dimensions.footer_height;
|
||||
unsigned sidebar_width = ozone->dimensions.thumbnail_bar_width;
|
||||
unsigned x_position = video_info->width - (unsigned) ozone->animations.thumbnail_bar_position;
|
||||
|
@ -2200,7 +2200,6 @@ bool retroarch_apply_shader(enum rarch_shader_type type, const char *preset_path
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
settings_t *settings = configuration_settings;
|
||||
bool ret;
|
||||
bool refresh;
|
||||
char msg[256];
|
||||
const char *preset_file = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user