Code cleanup

This commit is contained in:
Jeroen Bakker
2018-04-19 09:51:22 +02:00
parent 163b631122
commit 8a923e5295

View File

@@ -118,7 +118,6 @@ void workbench_materials_solid_cache_populate(WORKBENCH_Data *vedata, Object *ob
const float *color = get_material_solid_color(ob);
uint hash = get_material_hash(color);
WORKBENCH_MaterialData *material;
material = BLI_ghash_lookup(wpd->material_hash, SET_UINT_IN_POINTER(hash));
if (material == NULL) {