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>2013-07-04 08:57:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-04 08:57:04 +0400
commit32e674c2c91378d9e1875f936bfffa796d7178be (patch)
tree44bbd3147fcd0e2ac36bedb7870252fb7d755abd /source/blender/editors/space_outliner/outliner_intern.h
parent70dc1d8cb65cf01f90ad8d96930cfec8da525e09 (diff)
fix [#35998] Crash when trying rename Driver in Outliner
remove unused script define
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_intern.h')
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index 3ab412f0ddc..fe07a7dae9f 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -77,7 +77,7 @@ typedef struct TreeElement {
#define TSE_MODIFIER_BASE 9
#define TSE_MODIFIER 10
#define TSE_LINKED_OB 11
-#define TSE_SCRIPT_BASE 12
+// #define TSE_SCRIPT_BASE 12 // UNUSED
#define TSE_POSE_BASE 13
#define TSE_POSE_CHANNEL 14
#define TSE_ANIM_DATA 15