From dde441e1d2d730fbde7163fa6d533a608ba59ac1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 29 Dec 2016 23:51:48 +0100 Subject: [PATCH] Remove prototypes --- libretro-common/include/formats/image.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libretro-common/include/formats/image.h b/libretro-common/include/formats/image.h index c462d12587..9db2c6f899 100644 --- a/libretro-common/include/formats/image.h +++ b/libretro-common/include/formats/image.h @@ -66,8 +66,6 @@ bool image_texture_color_convert(unsigned r_shift, bool image_texture_load(struct texture_image *img, const char *path); void image_texture_free(struct texture_image *img); -void image_texture_set_rgba(void); -void image_texture_unset_rgba(void); /* Image transfer */