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-08-04 03:58:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-04 03:58:17 +0400
commitdd037a85a02b9344045c6f4cb8ff792827b69eff (patch)
treee75ff5e3ac66cdea5c30ecb98d88e85aa6a0a3b3 /source/blender/editors/space_outliner/outliner_tree.c
parentc3b9ec82d0cb1df9b88948e9ff02e2cb80cb89e1 (diff)
code cleanup: remove unused define, correct header guard mismatch, add NULL check so DM_to_mesh() can have a NULL object passed (currently not used) and remove redundant NULL check.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_tree.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_tree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tree.c b/source/blender/editors/space_outliner/outliner_tree.c
index 49ff8e5dcf9..514bfc43ac7 100644
--- a/source/blender/editors/space_outliner/outliner_tree.c
+++ b/source/blender/editors/space_outliner/outliner_tree.c
@@ -86,11 +86,6 @@
#include "outliner_intern.h"
/* ********************************************************* */
-/* Defines */
-
-#define TS_CHUNK 128
-
-/* ********************************************************* */
/* Persistent Data */
static void outliner_storage_cleanup(SpaceOops *soops)