From 3d1cdfbb3833f2869dc73fb18b3305e78ab608db Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 21 Sep 2012 11:37:51 +0000 Subject: remove sticky coords from blender and the internal render engine. --- source/blender/makesdna/DNA_meshdata_types.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/blender/makesdna/DNA_meshdata_types.h') diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h index 54e1e762f8b..7040bc72f18 100644 --- a/source/blender/makesdna/DNA_meshdata_types.h +++ b/source/blender/makesdna/DNA_meshdata_types.h @@ -146,13 +146,9 @@ typedef struct MLoopCol { mcol__tmp->a = mloopcol__tmp->a; \ } (void)0 -typedef struct MSticky { - float co[2]; -} MSticky; - typedef struct MSelect { int index; - int type; /* EDITVERT/EDITEDGE/EDITFACE */ + int type; /* ME_VSEL/ME_ESEL/ME_FSEL */ } MSelect; /*tessellation uv face data*/ -- cgit v1.2.3