mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Remove unused variables
This commit is contained in:
parent
c0787accc3
commit
4ba98f2af5
@ -164,8 +164,6 @@ bool menu_shader_manager_init(void)
|
|||||||
bool menu_shader_manager_set_preset(void *data,
|
bool menu_shader_manager_set_preset(void *data,
|
||||||
enum rarch_shader_type type, const char *preset_path)
|
enum rarch_shader_type type, const char *preset_path)
|
||||||
{
|
{
|
||||||
int64_t length = 0;
|
|
||||||
uint8_t *ret_buf = NULL;
|
|
||||||
struct video_shader *shader = (struct video_shader*)data;
|
struct video_shader *shader = (struct video_shader*)data;
|
||||||
config_file_t *conf = NULL;
|
config_file_t *conf = NULL;
|
||||||
bool refresh = false;
|
bool refresh = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user