From 56ec606413ef67aead62a04e8e1c7d89be90ece4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 26 Aug 2018 19:57:19 +1000 Subject: Cleanup: style --- source/blender/editors/gpencil/annotate_paint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/gpencil/annotate_paint.c') diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c index 4f3d487bcf7..4f25dc421e4 100644 --- a/source/blender/editors/gpencil/annotate_paint.c +++ b/source/blender/editors/gpencil/annotate_paint.c @@ -270,7 +270,8 @@ static bool gp_stroke_filtermval(tGPsdata *p, const int mval[2], int pmval[2]) } /* reproject the points of the stroke to a plane locked to axis to avoid stroke offset */ -static void gp_project_points_to_plane(RegionView3D *rv3d, bGPDstroke *gps, const float origin[3], const int axis) +static void UNUSED_FUNCTION(gp_project_points_to_plane)( + RegionView3D *rv3d, bGPDstroke *gps, const float origin[3], const int axis) { float plane_normal[3]; float vn[3]; -- cgit v1.2.3