remove unused args or tag as unused for image and screen editors, uiItemEnumR_string was ignoring name and icon args.
This commit is contained in:
@@ -772,7 +772,7 @@ static void ui_do_animate(const bContext *C, Panel *panel)
|
||||
}
|
||||
}
|
||||
|
||||
void uiBeginPanels(const bContext *C, ARegion *ar)
|
||||
void uiBeginPanels(const bContext *UNUSED(C), ARegion *ar)
|
||||
{
|
||||
Panel *pa;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user