From b8467273b893967fdecce81c92f8d680edde0059 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 16:50:13 +1100 Subject: Cleanup: redundant defines Comment or remove unused defines. --- source/blender/makesdna/DNA_particle_types.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'source/blender/makesdna/DNA_particle_types.h') diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h index 8509b24ee14..427dcee4651 100644 --- a/source/blender/makesdna/DNA_particle_types.h +++ b/source/blender/makesdna/DNA_particle_types.h @@ -532,11 +532,6 @@ typedef enum eParticleShapeFlag { #define PART_DRAW_COL_VEL 2 #define PART_DRAW_COL_ACC 3 - -/* part->simplify_flag */ -#define PART_SIMPLIFY_ENABLE 1 -#define PART_SIMPLIFY_VIEWPORT 2 - /* part->time_flag */ #define PART_TIME_AUTOSF 1 /* Automatic subframes */ @@ -615,8 +610,8 @@ typedef enum eParticleShapeFlag { #define PSYS_KEYED_TIMING 8 //#define PSYS_ENABLED 16 /* deprecated */ #define PSYS_HAIR_UPDATED 32 /* signal for updating hair particle mode */ -#define PSYS_DRAWING 64 -#define PSYS_USE_IMAT 128 +/* #define PSYS_DRAWING 64 */ /* deprecated */ +/* #define PSYS_USE_IMAT 128 */ /* deprecated */ #define PSYS_DELETE 256 /* remove particlesystem as soon as possible */ #define PSYS_HAIR_DONE 512 #define PSYS_KEYED 1024 -- cgit v1.2.3