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-03-11 20:23:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-11 20:23:33 +0400
commite6dcf9504e1a9c1dcd574044e7a717d0def8aadc (patch)
treeff880916f6bb76197abdb5d57fdfe5e3e2413f60 /source/blender/editors/space_outliner/outliner_tools.c
parent1672ac25ca9b828d5e3d3fc2a69b1c346304036c (diff)
code cleanup:
- move recursive bone/parent check into ED_armature.h - remove unused vars - use const for paint vector args.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_tools.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c
index 7b28064d5e3..c681597666d 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -584,7 +584,7 @@ static void outliner_do_data_operation(SpaceOops *soops, int type, int event, Li
/* **************************************** */
enum {
- OL_OP_ENDMARKER =0,
+ OL_OP_ENDMARKER = 0,
OL_OP_SELECT,
OL_OP_DESELECT,
OL_OP_SELECT_HIERARCHY,