These functions are unused currently..
Details
Diff Detail
- Repository
- rB Blender
Event Timeline
With the removal in this patch, I think the following functions are also now dead and can probably be cleaned up at the same time I think:
draw_image_buffer_repeated
draw_image_buffer
draw_udim_label
draw_udim_tile_grid
draw_udim_tile_grids
There are a few more static functions inside this file that might also be removable after the above. Take another pass and see.
There are a few remaining in the same file still:
sima_draw_zbuf_pixels
sima_draw_zbuffloat_pixels
draw_image_grease_pencil (including declaration in the header file)
There's a decent chance many of the #includes can now be removed as well. I think there's a script somewhere to run that might be able to help here but I've never run it or know how to. Will let others chime in on if that's something to do for this patch as well.
@Sergey Sharybin (sergey) It looks good from my side. I just didn't accept the review because I wasn't sure how to ensure it would still get a review from someone else (I know how to do that now though in the future)