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:
2010-10-14 12:24:08 +00:00
parent 5de818670c
commit f8d7451c73
17 changed files with 98 additions and 96 deletions

View File

@@ -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;