From e17bee5b7f71af2e170ac692427ff509a55f7ecf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 15 Apr 2020 17:35:31 +1000 Subject: Cleanup: missing-prototypes warning --- source/blender/editors/sculpt_paint/paint_cursor.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_cursor.c') diff --git a/source/blender/editors/sculpt_paint/paint_cursor.c b/source/blender/editors/sculpt_paint/paint_cursor.c index 33372a0d7cf..536453ad085 100644 --- a/source/blender/editors/sculpt_paint/paint_cursor.c +++ b/source/blender/editors/sculpt_paint/paint_cursor.c @@ -1216,15 +1216,15 @@ static void sculpt_geometry_preview_lines_draw(const uint gpuattr, SculptSession } } -void SCULPT_layer_brush_height_preview_draw(const uint gpuattr, - const Brush *brush, - const float obmat[4][4], - const float location[3], - const float normal[3], - const float rds, - const float line_width, - const float outline_col[3], - const float alpha) +static void SCULPT_layer_brush_height_preview_draw(const uint gpuattr, + const Brush *brush, + const float obmat[4][4], + const float location[3], + const float normal[3], + const float rds, + const float line_width, + const float outline_col[3], + const float alpha) { float cursor_trans[4][4], cursor_rot[4][4]; float z_axis[4] = {0.0f, 0.0f, 1.0f, 0.0f}; -- cgit v1.2.3