harmless changes to quiet clang static check warnings.

- made EXPANDED_AGRP take bAnimContext as an argument.
- remove unneeded NULL check drawFacesColored functions.
- comment some vars which are set but not used.
This commit is contained in:
2011-04-24 10:51:45 +00:00
parent 5c4743b9ee
commit 8fdebf24f4
12 changed files with 24 additions and 15 deletions

View File

@@ -1643,6 +1643,8 @@ void draw_nodespace_color_info(ARegion *ar, int color_manage, int channels, int
BLF_draw_ascii(blf_mono_font, str, sizeof(str));
dx += BLF_width(blf_mono_font, str);
}
(void)dx;
}
#if 0