mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
gfx_display_coords_array_reset unused - remove
This commit is contained in:
parent
14c9ccfda8
commit
f22488f620
@ -584,16 +584,6 @@ float gfx_display_get_widget_pixel_scale(
|
|||||||
return adjusted_scale;
|
return adjusted_scale;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reset the display's coordinate array vertices.
|
|
||||||
* NOTE: Not every display driver uses this. */
|
|
||||||
void gfx_display_coords_array_reset(void)
|
|
||||||
{
|
|
||||||
gfx_display_t *p_disp = disp_get_ptr();
|
|
||||||
video_coord_array_t *p_dispca = &p_disp->dispca;
|
|
||||||
|
|
||||||
p_dispca->coords.vertices = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Begin scissoring operation */
|
/* Begin scissoring operation */
|
||||||
void gfx_display_scissor_begin(void *userdata,
|
void gfx_display_scissor_begin(void *userdata,
|
||||||
unsigned video_width,
|
unsigned video_width,
|
||||||
|
@ -257,8 +257,6 @@ void gfx_display_scissor_end(void *data, unsigned width, unsigned height);
|
|||||||
|
|
||||||
void gfx_display_font_free(font_data_t *font);
|
void gfx_display_font_free(font_data_t *font);
|
||||||
|
|
||||||
void gfx_display_coords_array_reset(void);
|
|
||||||
|
|
||||||
void gfx_display_set_width(unsigned width);
|
void gfx_display_set_width(unsigned width);
|
||||||
void gfx_display_get_fb_size(unsigned *fb_width, unsigned *fb_height,
|
void gfx_display_get_fb_size(unsigned *fb_width, unsigned *fb_height,
|
||||||
size_t *fb_pitch);
|
size_t *fb_pitch);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user