From dd037a85a02b9344045c6f4cb8ff792827b69eff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Aug 2013 23:58:17 +0000 Subject: 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. --- source/blender/editors/space_outliner/outliner_tree.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/editors/space_outliner/outliner_tree.c') 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 @@ -85,11 +85,6 @@ #include "outliner_intern.h" -/* ********************************************************* */ -/* Defines */ - -#define TS_CHUNK 128 - /* ********************************************************* */ /* Persistent Data */ -- cgit v1.2.3