Remove prototypes

This commit is contained in:
twinaphex 2016-12-29 23:51:48 +01:00
parent 9657bbd998
commit dde441e1d2

View File

@ -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 */