[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11048] branches/soc-2007-maike/source/ blender/include/BIF_glsl_program.h: removed GLuint redefinition

Miguel Torres Lima torreslima at gmail.com
Mon Jun 25 20:08:31 CEST 2007


Revision: 11048
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11048
Author:   maike
Date:     2007-06-25 20:08:31 +0200 (Mon, 25 Jun 2007)

Log Message:
-----------
removed GLuint redefinition

Modified Paths:
--------------
    branches/soc-2007-maike/source/blender/include/BIF_glsl_program.h

Modified: branches/soc-2007-maike/source/blender/include/BIF_glsl_program.h
===================================================================
--- branches/soc-2007-maike/source/blender/include/BIF_glsl_program.h	2007-06-25 18:02:12 UTC (rev 11047)
+++ branches/soc-2007-maike/source/blender/include/BIF_glsl_program.h	2007-06-25 18:08:31 UTC (rev 11048)
@@ -51,7 +51,6 @@
 
 typedef struct GLSL_Program_ *GLSL_Program;
 typedef struct GLSL_NodeCode_ *GLSL_NodeCode;
-typedef unsigned int GLuint;
 
 /* -------------------------------------------------------- */
 





More information about the Bf-blender-cvs mailing list