Fix redundant declaration warning

Function was declared twice (caused by merge conflicts) which GCC would
rightfully complain about.
This commit is contained in:
Julian Eisel 2020-12-15 17:19:55 +01:00
parent 990406e1ff
commit c6692014cf
1 changed files with 0 additions and 2 deletions

View File

@ -146,8 +146,6 @@ void BKE_previewimg_clear_single(struct PreviewImage *prv, enum eIconSizes size)
struct PreviewImage **BKE_previewimg_id_get_p(const struct ID *id);
struct PreviewImage *BKE_previewimg_id_get(const struct ID *id);
void BKE_previewimg_id_custom_set(struct ID *id, const char *path);
bool BKE_previewimg_id_supports_jobs(const struct ID *id);
/* Trigger deferred loading of a custom image file into the preview buffer. */