Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-25 09:57:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-25 09:57:59 +0300
commit1ac3c861fd8977f47e7f471b02a838346c486c73 (patch)
treee107c151dd49ac39ff1b177ef88a9d411da416dc /source/blender/editors/include
parent5a1cef2e763f70230259433423cd33a644e46218 (diff)
Cleanup: remove unused UI_draw_roundbox_shade_y function
Marked unused 2017 f69678482c849d873b9686cd6068946205db7c2b) Remove since this remains unused, split from D10189 to allow reverting if we ever need it back.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 2dc20973b1b..455db025735 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -456,15 +456,6 @@ void UI_draw_roundbox_4fv_ex(float minx,
#if 0 /* unused */
int UI_draw_roundbox_corner_get(void);
-void UI_draw_roundbox_shade_y(bool filled,
- float minx,
- float miny,
- float maxx,
- float maxy,
- float rad,
- float shadeleft,
- float shaderight,
- const float col[4]);
#endif
void UI_draw_box_shadow(unsigned char alpha, float minx, float miny, float maxx, float maxy);