Remove some nonexistent function prototypes

I was going to use the existing 8bpp renderers as-is for the S3 stuff but then found out how to make it work on the new generic renderer.
This commit is contained in:
GreaseMonkey
2023-11-21 19:40:15 +13:00
parent 9903e12e69
commit 35eb025c50

View File

@@ -53,8 +53,6 @@ void svga_render_4bpp_lowres(svga_t *svga);
void svga_render_4bpp_highres(svga_t *svga);
void svga_render_8bpp_lowres(svga_t *svga);
void svga_render_8bpp_highres(svga_t *svga);
void svga_render_8bpp_s3_lowres(svga_t *svga);
void svga_render_8bpp_s3_highres(svga_t *svga);
void svga_render_8bpp_tseng_lowres(svga_t *svga);
void svga_render_8bpp_tseng_highres(svga_t *svga);
void svga_render_8bpp_gs_lowres(svga_t *svga);