Files
create/src/Mod/Draft
Chris Hennes 91f8b6c11e [Draft] Eliminate unused loop iteration variables
When creating arrays of colors, the color information is often created
to be the same length as some array of objects. In three instances this
was achieved with a loop over that list of objects, even though the
objects themselves are never used. This commit eliminates those loops
and creates the required number of color instances directly.

Identified by LGTM.
2021-03-01 09:19:20 -06:00
..
2020-11-09 12:35:14 +01:00
2021-02-25 13:27:48 +01:00
2020-03-24 11:14:24 +01:00
2020-05-25 13:37:55 +02:00