From ad7455cd14bc5679ae1333b56beccaf6b1eceff9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 19 Jul 2021 10:57:39 +1000 Subject: Cleanup: remove unused MTex.pmapto, pmaptoneg & defines These have not been in use since 2.57 fafbd9d71b95776d1c7583476de74fccefab7f10. --- source/blender/makesdna/DNA_material_types.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'source/blender/makesdna/DNA_material_types.h') diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h index b7354aaa724..58c1bc6c5fd 100644 --- a/source/blender/makesdna/DNA_material_types.h +++ b/source/blender/makesdna/DNA_material_types.h @@ -295,24 +295,6 @@ typedef struct Material { #define MAP_COL (1 << 0) #define MAP_ALPHA (1 << 7) -/* pmapto */ -/* init */ -#define MAP_PA_INIT ((1 << 5) - 1) -#define MAP_PA_TIME (1 << 0) -#define MAP_PA_LIFE (1 << 1) -#define MAP_PA_DENS (1 << 2) -#define MAP_PA_SIZE (1 << 3) -#define MAP_PA_LENGTH (1 << 4) -/* reset */ -#define MAP_PA_IVEL (1 << 5) -/* physics */ -#define MAP_PA_PVEL (1 << 6) -/* path cache */ -#define MAP_PA_CLUMP (1 << 7) -#define MAP_PA_KINK (1 << 8) -#define MAP_PA_ROUGH (1 << 9) -#define MAP_PA_FREQ (1 << 10) - /* pr_type */ #define MA_FLAT 0 #define MA_SPHERE 1 -- cgit v1.2.3