code cleanup: remove unused button type HSVSLI

This commit is contained in:
2013-03-23 16:03:13 +00:00
parent 1c32b516f7
commit 5a87e4d255
4 changed files with 8 additions and 46 deletions

View File

@@ -3224,7 +3224,6 @@ void ui_draw_but(const bContext *C, ARegion *ar, uiStyle *style, uiBut *but, rct
break;
case NUMSLI:
case HSVSLI:
wt = widget_type(UI_WTYPE_SLIDER);
break;