Cleanup: remove redundant double parenthesis
This commit is contained in:
@@ -1956,7 +1956,7 @@ static void ui_id_preview_image_render_size(
|
||||
const bContext *C, Scene *scene, ID *id, PreviewImage *pi, int size, const bool use_job)
|
||||
{
|
||||
/* changed only ever set by dynamic icons */
|
||||
if (((pi->flag[size] & PRV_CHANGED) || !pi->rect[size])) {
|
||||
if ((pi->flag[size] & PRV_CHANGED) || !pi->rect[size]) {
|
||||
/* create the rect if necessary */
|
||||
icon_set_image(C, scene, id, pi, size, use_job);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user