mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +00:00
Remove unused gfx_display_get_framebuffer_pitch
This commit is contained in:
parent
f22488f620
commit
e428166a05
@ -1465,12 +1465,6 @@ unsigned gfx_display_get_header_height(void)
|
|||||||
return p_disp->header_height;
|
return p_disp->header_height;
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t gfx_display_get_framebuffer_pitch(void)
|
|
||||||
{
|
|
||||||
gfx_display_t *p_disp = disp_get_ptr();
|
|
||||||
return p_disp->framebuf_pitch;
|
|
||||||
}
|
|
||||||
|
|
||||||
void gfx_display_set_framebuffer_pitch(size_t pitch)
|
void gfx_display_set_framebuffer_pitch(size_t pitch)
|
||||||
{
|
{
|
||||||
gfx_display_t *p_disp = disp_get_ptr();
|
gfx_display_t *p_disp = disp_get_ptr();
|
||||||
|
@ -263,7 +263,6 @@ void gfx_display_get_fb_size(unsigned *fb_width, unsigned *fb_height,
|
|||||||
void gfx_display_set_height(unsigned height);
|
void gfx_display_set_height(unsigned height);
|
||||||
void gfx_display_set_header_height(unsigned height);
|
void gfx_display_set_header_height(unsigned height);
|
||||||
unsigned gfx_display_get_header_height(void);
|
unsigned gfx_display_get_header_height(void);
|
||||||
size_t gfx_display_get_framebuffer_pitch(void);
|
|
||||||
void gfx_display_set_framebuffer_pitch(size_t pitch);
|
void gfx_display_set_framebuffer_pitch(size_t pitch);
|
||||||
|
|
||||||
bool gfx_display_get_msg_force(void);
|
bool gfx_display_get_msg_force(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user