[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49634] branches/soc-2011-tomato/source/ blender/makesdna/DNA_mask_types.h: remove unused mask pointer

Campbell Barton ideasman42 at gmail.com
Mon Aug 6 21:31:34 CEST 2012


Revision: 49634
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49634
Author:   campbellbarton
Date:     2012-08-06 19:31:34 +0000 (Mon, 06 Aug 2012)
Log Message:
-----------
remove unused mask pointer

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/makesdna/DNA_mask_types.h

Modified: branches/soc-2011-tomato/source/blender/makesdna/DNA_mask_types.h
===================================================================
--- branches/soc-2011-tomato/source/blender/makesdna/DNA_mask_types.h	2012-08-06 19:28:22 UTC (rev 49633)
+++ branches/soc-2011-tomato/source/blender/makesdna/DNA_mask_types.h	2012-08-06 19:31:34 UTC (rev 49634)
@@ -51,9 +51,6 @@
 
 	int flag;  /* for anim info */
 	int pad;
-
-	/* XXX: cache data, remove as soon as rasterizer is multithreaded */
-	void *raster_cache;
 } Mask;
 
 typedef struct MaskParent {




More information about the Bf-blender-cvs mailing list