Cleanup: remove needless comment ;)

This commit is contained in:
Bastien Montagne 2019-02-19 10:23:23 +01:00
parent 84a5abdb31
commit a8bbe140fd
1 changed files with 0 additions and 2 deletions

View File

@ -821,8 +821,6 @@ static void deg_backup_object_runtime(
* Need to make sure we don't have data set to evaluated one before free
* anything. */
if (mesh_eval != NULL && object->data == mesh_eval) {
/* XXX Is this still useful? code was broken for some times (always setting object->data to NULL),
* and did not seem to cause any issue? */
object->data = object_runtime_backup->runtime.mesh_orig;
}
/* Make a backup of base flags. */