[Bf-blender-cvs] [46ffd66] particles_refactor: Removed unused code.

Lukas Tönne noreply at git.blender.org
Tue Apr 22 12:05:13 CEST 2014


Commit: 46ffd66368d27dc1c0d885bca1324806e7623144
Author: Lukas Tönne
Date:   Thu May 30 11:04:51 2013 +0200
https://developer.blender.org/rB46ffd66368d27dc1c0d885bca1324806e7623144

Removed unused code.

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

M	source/blender/blenlib/BLI_pagedbuffer.h

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

diff --git a/source/blender/blenlib/BLI_pagedbuffer.h b/source/blender/blenlib/BLI_pagedbuffer.h
index 2815e17..1f688db 100644
--- a/source/blender/blenlib/BLI_pagedbuffer.h
+++ b/source/blender/blenlib/BLI_pagedbuffer.h
@@ -43,19 +43,6 @@ struct bPagedBufferIterator;
 struct bPagedBufferPage;
 
 
-typedef struct bPagedBufferLayerType {
-	int size;							/* size in bytes of a single element */
-	int stride;							/* space in bytes which an element takes in the buffer */
-} bPagedBufferLayerType;
-
-#define BLI_PBUF_DEF_LAYER_TYPE(ctype) \
-bPagedBufferLayerType BLI_pbuf_layer_type_#ctype = { sizeof(ctype), sizeof(ctype) };
-
-#define BLI_PBUF_DEF_LAYER_TYPE_ALIGNED(ctype, stride) \
-bPagedBufferLayerType BLI_pbuf_layer_type_#ctype = { sizeof(ctype), stride };
-
-
-
 /* Buffer Management */
 
 void BLI_pbuf_init(struct bPagedBuffer *pbuf, int page_size);




More information about the Bf-blender-cvs mailing list