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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-15 14:19:35 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-15 14:19:35 +0400
commit39443dcb53d56192bdc3165436933c87f4b3f961 (patch)
tree086c80f0907e6b01a08f7200c8de447bbd13079c /source/blender/makesdna/DNA_object_types.h
parentaaf7dae5f18d918cce34e6c54eb971778cdd1bb9 (diff)
Code cleanup: remove reference to workob global that no longer exists.
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index f4488c140a0..dfc7d42793d 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -290,10 +290,6 @@ typedef struct DupliObject {
float orco[3], uv[2];
} DupliObject;
-/* this work object is defined in object.c */
-extern Object workob;
-
-
/* **************** OBJECT ********************* */
/* used many places... should be specialized */