Fluid Sim: Removed unused PointCache pointer

The only uses were setting it to NULL and asserting it is NULL.
This commit is contained in:
2018-07-04 15:10:45 +02:00
parent 175fe29e58
commit d663ec48c0
3 changed files with 0 additions and 10 deletions

View File

@@ -160,10 +160,6 @@ void fluidsim_free(FluidsimModifierData *fluidmd)
MEM_SAFE_FREE(fluidmd->fss);
}
/* Seems to never be used, but for sqke of consistency... */
BLI_assert(fluidmd->point_cache == NULL);
fluidmd->point_cache = NULL;
return;
}