mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Remove self assignment
This commit is contained in:
parent
ea5f3d30e4
commit
0cff019c37
@ -760,12 +760,7 @@ void menu_display_snow(int width, int height)
|
|||||||
void menu_display_draw_text(const char *msg,
|
void menu_display_draw_text(const char *msg,
|
||||||
int width, int height, struct font_params *params)
|
int width, int height, struct font_params *params)
|
||||||
{
|
{
|
||||||
void *fb_buf = NULL;
|
void *fb_buf = menu_display_get_font_buffer();
|
||||||
|
|
||||||
params->x = params->x;
|
|
||||||
params->y = params->y;
|
|
||||||
|
|
||||||
fb_buf = menu_display_get_font_buffer();
|
|
||||||
video_driver_set_osd_msg(msg, params, fb_buf);
|
video_driver_set_osd_msg(msg, params, fb_buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user