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/mask/mask_draw.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/mask/mask_draw.c') diff --git a/source/blender/editors/mask/mask_draw.c b/source/blender/editors/mask/mask_draw.c index 92e774bfe86..9504a8783a0 100644 --- a/source/blender/editors/mask/mask_draw.c +++ b/source/blender/editors/mask/mask_draw.c @@ -686,8 +686,6 @@ static float *mask_rasterize(Mask *mask, const int width, const int height) return buffer; } -/* sets up the opengl context. - * width, height are to match the values from ED_mask_get_size() */ void ED_mask_draw_region( Depsgraph *depsgraph, Mask *mask_, -- cgit v1.2.3