[Bf-blender-cvs] [eef148d] compositor-2016: Cleanup: remove unused Library.idblock

Campbell Barton noreply at git.blender.org
Wed Jun 8 21:53:21 CEST 2016


Commit: eef148d6c889cb531cecd8a49fb9121b1a5aac99
Author: Campbell Barton
Date:   Tue Jun 7 00:34:54 2016 +1000
Branches: compositor-2016
https://developer.blender.org/rBeef148d6c889cb531cecd8a49fb9121b1a5aac99

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