From a98a75346c592bc0f44f40d7bb149bd31186b715 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 Jan 2012 23:03:41 +0000 Subject: quiet warnings and possible NULL checking crash fix for indentation functions. --- source/blender/blenkernel/intern/dynamicpaint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/dynamicpaint.c') diff --git a/source/blender/blenkernel/intern/dynamicpaint.c b/source/blender/blenkernel/intern/dynamicpaint.c index 8dc568cd004..6a2207d455c 100644 --- a/source/blender/blenkernel/intern/dynamicpaint.c +++ b/source/blender/blenkernel/intern/dynamicpaint.c @@ -188,11 +188,12 @@ typedef struct ImgSeqFormatData { Vec3f *barycentricWeights; /* b-weights for all pixel samples */ } ImgSeqFormatData; +#if 0 /* UNUSED */ typedef struct EffVelPoint { float previous_pos[3]; float previous_vel[3]; } EffVelPoint; - +#endif /* adjacency data flags */ #define ADJ_ON_MESH_EDGE (1<<0) -- cgit v1.2.3