[Bf-blender-cvs] [78f7d0b] master: Cleanup: remove unused Library.idblock

Campbell Barton noreply at git.blender.org
Mon Jun 6 16:33:38 CEST 2016


Commit: 78f7d0b71412da70bdadda2ddaa2d3e94c8d2e43
Author: Campbell Barton
Date:   Tue Jun 7 00:34:54 2016 +1000
Branches: master
https://developer.blender.org/rB78f7d0b71412da70bdadda2ddaa2d3e94c8d2e43

Cleanup: remove unused Library.idblock

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

M	source/blender/makesdna/DNA_ID.h

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

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 0bf3c35..d3d7d07 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -142,7 +142,6 @@ typedef struct ID {
  */
 typedef struct Library {
 	ID id;
-	ID *idblock;
 	struct FileData *filedata;
 	char name[1024];  /* path name used for reading, can be relative and edited in the outliner */




More information about the Bf-blender-cvs mailing list