[Bf-blender-cvs] [7dcf8bebe68] blender2.8: Cleanup: Remove unused function declaration

Julian Eisel noreply at git.blender.org
Mon Oct 23 02:15:18 CEST 2017


Commit: 7dcf8bebe6806777c912b7a5f590844b26e0f049
Author: Julian Eisel
Date:   Mon Oct 23 02:11:45 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB7dcf8bebe6806777c912b7a5f590844b26e0f049

Cleanup: Remove unused function declaration

===================================================================

M	source/blender/blenloader/BLO_readfile.h

===================================================================

diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 47b18be2a0b..b639236e022 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -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);



More information about the Bf-blender-cvs mailing list