From 61776befc3f88c373e47ccbdf8c75e2ca0f4e987 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Dec 2021 00:55:11 +1100 Subject: Cleanup: move public doc-strings into headers for 'editors' Ref T92709 --- source/blender/editors/space_node/drawnode.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/space_node/drawnode.cc') diff --git a/source/blender/editors/space_node/drawnode.cc b/source/blender/editors/space_node/drawnode.cc index 2fda7af3c14..f229e7090bb 100644 --- a/source/blender/editors/space_node/drawnode.cc +++ b/source/blender/editors/space_node/drawnode.cc @@ -3508,7 +3508,6 @@ void draw_nodespace_back_pix(const bContext &C, GPU_matrix_pop(); } -/* return quadratic beziers points for a given nodelink and clip if v2d is not nullptr. */ bool node_link_bezier_handles(const View2D *v2d, const SpaceNode *snode, const bNodeLink &link, @@ -3617,7 +3616,6 @@ bool node_link_bezier_handles(const View2D *v2d, return true; } -/* if v2d not nullptr, it clips and returns 0 if not visible */ bool node_link_bezier_points(const View2D *v2d, const SpaceNode *snode, const bNodeLink &link, @@ -3934,7 +3932,6 @@ static void nodelink_batch_add_link(const SpaceNode &snode, } } -/* don't do shadows if th_col3 is -1. */ void node_draw_link_bezier(const bContext &C, const View2D &v2d, const SpaceNode &snode, @@ -4060,7 +4057,6 @@ void node_draw_link_bezier(const bContext &C, } } -/* NOTE: this is used for fake links in groups too. */ void node_draw_link(const bContext &C, const View2D &v2d, const SpaceNode &snode, -- cgit v1.2.3