Commit: 510af625bd94ddaf397aebf19c7df9889b5eef05
Author: Mike Erwin
Date:   Tue Mar 31 01:32:25 2015 -0400
Branches: GPU_data_request
https://developer.blender.org/rB510af625bd94ddaf397aebf19c7df9889b5eef05

remove unused attrib print routines

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

M       source/blender/gpu/intern/gpux_vbo.c

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

diff --git a/source/blender/gpu/intern/gpux_vbo.c 
b/source/blender/gpu/intern/gpux_vbo.c
index e380f23..08d753e 100644
--- a/source/blender/gpu/intern/gpux_vbo.c
+++ b/source/blender/gpu/intern/gpux_vbo.c
@@ -78,17 +78,6 @@ struct VertexBuffer
 };
 
 #if PRINT
-static void attrib_name_print(const Attrib *a)
-{
-#if TRUST_NO_ONE
-       assert(a->comp_type >= GL_BYTE && a->comp_type <= GL_FLOAT);
-#endif /* TRUST_NO_ONE */
-}
-
-static void attrib_data_print(const VertexBuffer *buff, unsigned attrib_num)
-{
-}
-
 void attrib_print(const VertexBuffer *buff, unsigned attrib_num)
 {
        Attrib *a = buff->attribs + attrib_num;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to