Cleanup: Remove some old pre 2.5 IPO code

This commit is contained in:
Aaron Carlisle 2017-09-30 16:38:53 -04:00
parent 49c81e234a
commit e249dfd0f6
1 changed files with 0 additions and 9 deletions

View File

@ -449,15 +449,6 @@ int join_mesh_exec(bContext *C, wmOperator *op)
/* adjust settings to fit (allocate a new data-array) */
kbn->data = MEM_callocN(sizeof(float) * 3 * totvert, "joined_shapekey");
kbn->totelem = totvert;
/* XXX 2.5 Animato */
#if 0
/* also, copy corresponding ipo-curve to ipo-block if applicable */
if (me->key->ipo && key->ipo) {
/* FIXME... this is a luxury item! */
puts("FIXME: ignoring IPO's when joining shapekeys on Meshes for now...");
}
#endif
}
kb_map[i] = kbn;