Cleanup: remove unused DerivedMesh code.

Differential Revision: https://developer.blender.org/D3736
This commit is contained in:
Sebastian Parborg
2018-09-27 15:54:10 +02:00
committed by Brecht Van Lommel
parent 975a40dceb
commit a16e5b8efa
23 changed files with 53 additions and 405 deletions

View File

@@ -37,8 +37,6 @@ typedef unsigned int (*DualConTri)[3];
typedef unsigned int (*DualConLoop);
struct DerivedMesh;
typedef struct DualConInput {
DualConLoop mloop;