Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <zeddb>2018-09-27 16:54:10 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-27 21:19:28 +0300
commita16e5b8efa8be09362d5e56812221db4705b0e26 (patch)
tree2ad732c5d0b78e345a1f0aaef1dbcc36bc1c509f /intern/dualcon
parent975a40dceb560a6bfc67b1562829acc541fa5716 (diff)
Cleanup: remove unused DerivedMesh code.
Differential Revision: https://developer.blender.org/D3736
Diffstat (limited to 'intern/dualcon')
-rw-r--r--intern/dualcon/dualcon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/dualcon/dualcon.h b/intern/dualcon/dualcon.h
index 6ec63f4fdac..2e7616f3446 100644
--- a/intern/dualcon/dualcon.h
+++ b/intern/dualcon/dualcon.h
@@ -37,8 +37,6 @@ typedef unsigned int (*DualConTri)[3];
typedef unsigned int (*DualConLoop);
-struct DerivedMesh;
-
typedef struct DualConInput {
DualConLoop mloop;