Cleanup: Remove unused function declaration

This commit is contained in:
Julian Eisel 2017-10-23 02:11:45 +02:00
parent 147f9585db
commit 7dcf8bebe6
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ BlendHandle *BLO_blendhandle_from_memory(const void *mem, int memsize);
struct LinkNode *BLO_blendhandle_get_datablock_names(BlendHandle *bh, int ofblocktype, int *tot_names);
struct LinkNode *BLO_blendhandle_get_previews(BlendHandle *bh, int ofblocktype, int *tot_prev);
struct LinkNode *BLO_blendhandle_get_linkable_groups(BlendHandle *bh);
struct LinkNode *BLO_blendhandle_get_appendable_groups(BlendHandle *bh);
void BLO_blendhandle_close(BlendHandle *bh);