From 78f7d0b71412da70bdadda2ddaa2d3e94c8d2e43 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Jun 2016 00:34:54 +1000 Subject: [PATCH] Cleanup: remove unused Library.idblock --- source/blender/makesdna/DNA_ID.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h index 0bf3c350263..d3d7d075229 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 */