[Bf-blender-cvs] [b66c1f5] alembic_pointcache: Removed unused DNA field.

Lukas Tönne noreply at git.blender.org
Thu Feb 19 17:16:11 CET 2015


Commit: b66c1f538e6f47562515eda7e46d25712aba78a4
Author: Lukas Tönne
Date:   Thu Feb 19 17:16:00 2015 +0100
Branches: alembic_pointcache
https://developer.blender.org/rBb66c1f538e6f47562515eda7e46d25712aba78a4

Removed unused DNA field.

===================================================================

M	source/blender/makesdna/DNA_pointcache_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_pointcache_types.h b/source/blender/makesdna/DNA_pointcache_types.h
index 18a53e2..4565c70 100644
--- a/source/blender/makesdna/DNA_pointcache_types.h
+++ b/source/blender/makesdna/DNA_pointcache_types.h
@@ -153,8 +153,6 @@ typedef struct PointCache {
 	void (*free_edit)(struct PTCacheEdit *edit);	/* free callback */
 
 	/**** NEW POINTCACHE ****/
-	char cachedir[768];	/* FILE_MAXDIR length */
-	
 	struct CacheLibrary *cachelib;
 } PointCache;




More information about the Bf-blender-cvs mailing list