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:
authorMiika Hamalainen <blender@miikah.org>2011-06-16 22:25:41 +0400
committerMiika Hamalainen <blender@miikah.org>2011-06-16 22:25:41 +0400
commit2987b68b0f3b3bac30653fb40c35b754a790c110 (patch)
tree725a4490da819d27a1d27c408c017579ca57d4b7 /source/blender/blenkernel/BKE_pointcache.h
parentb937a4f5b6adc6bc0dca62cb5c87db08c873cfba (diff)
Dynamic Paint:
* Fixed cmake compile. * Fixed segmentation fault when closing Blender, caused by rna changes from earlier svn trunk merge.
Diffstat (limited to 'source/blender/blenkernel/BKE_pointcache.h')
-rw-r--r--source/blender/blenkernel/BKE_pointcache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_pointcache.h b/source/blender/blenkernel/BKE_pointcache.h
index d7601b232c6..b7f60af38a6 100644
--- a/source/blender/blenkernel/BKE_pointcache.h
+++ b/source/blender/blenkernel/BKE_pointcache.h
@@ -92,7 +92,6 @@ struct PointCache;
struct Scene;
struct SmokeModifierData;
struct SoftBody;
-struct DynamicPaintModifierData;
/* temp structure for read/write */
typedef struct PTCacheData {