Cleanup: Remove duplicated comment from previous commit

This commit is contained in:
Antonioya
2019-05-29 20:03:40 +02:00
parent 6ef39cbdf0
commit a8a95806b3

View File

@@ -1038,7 +1038,6 @@ static void gpencil_draw_strokes(GpencilBatchCache *cache,
copy_m4_m4(derived_gpf->runtime.parent_obmat, cache_ob->obmat);
}
else {
/* get parent matrix and save as static data */
ED_gpencil_parent_location(depsgraph, ob, gpd, gpl, derived_gpf->runtime.parent_obmat);
}