Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-06-06 17:34:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-06-06 17:34:54 +0300
commit78f7d0b71412da70bdadda2ddaa2d3e94c8d2e43 (patch)
tree19f4b5cfd3ce509d77db2553c6dbe9009a912083 /source/blender/makesdna/DNA_ID.h
parent420bd152621aadf363d388c097911159073e12d8 (diff)
Cleanup: remove unused Library.idblock
Diffstat (limited to 'source/blender/makesdna/DNA_ID.h')
-rw-r--r--source/blender/makesdna/DNA_ID.h1
1 files changed, 0 insertions, 1 deletions
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 */