[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36360] trunk/blender: rename duplicate header defines & remove unused var.

Campbell Barton ideasman42 at gmail.com
Thu Apr 28 07:15:47 CEST 2011


Revision: 36360
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36360
Author:   campbellbarton
Date:     2011-04-28 05:15:47 +0000 (Thu, 28 Apr 2011)
Log Message:
-----------
rename duplicate header defines & remove unused var.

Modified Paths:
--------------
    trunk/blender/intern/guardedalloc/MEM_sys_types.h
    trunk/blender/intern/opennl/superlu/superlu_sys_types.h
    trunk/blender/source/blender/makesrna/intern/rna_animation.c

Modified: trunk/blender/intern/guardedalloc/MEM_sys_types.h
===================================================================
--- trunk/blender/intern/guardedalloc/MEM_sys_types.h	2011-04-28 02:05:41 UTC (rev 36359)
+++ trunk/blender/intern/guardedalloc/MEM_sys_types.h	2011-04-28 05:15:47 UTC (rev 36360)
@@ -48,8 +48,8 @@
  *  \ingroup MEM
  */
 
-#ifndef BLO_SYS_TYPES_H
-#define BLO_SYS_TYPES_H
+#ifndef MEM_SYS_TYPES_H
+#define MEM_SYS_TYPES_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -127,5 +127,5 @@
 }
 #endif
 
-#endif /* eof */
+#endif /* MEM_SYS_TYPES_H */
 

Modified: trunk/blender/intern/opennl/superlu/superlu_sys_types.h
===================================================================
--- trunk/blender/intern/opennl/superlu/superlu_sys_types.h	2011-04-28 02:05:41 UTC (rev 36359)
+++ trunk/blender/intern/opennl/superlu/superlu_sys_types.h	2011-04-28 05:15:47 UTC (rev 36360)
@@ -48,8 +48,8 @@
 // jesterKing: renamed to superlu_sys_types.h
 */
 
-#ifndef BLO_SYS_TYPES_H
-#define BLO_SYS_TYPES_H
+#ifndef SUPERLU_SYS_TYPES_H
+#define SUPERLU_SYS_TYPES_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -129,5 +129,5 @@
 }
 #endif
 
-#endif /* eof */
+#endif /* SUPERLU_SYS_TYPES_H */
 

Modified: trunk/blender/source/blender/makesrna/intern/rna_animation.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_animation.c	2011-04-28 02:05:41 UTC (rev 36359)
+++ trunk/blender/source/blender/makesrna/intern/rna_animation.c	2011-04-28 05:15:47 UTC (rev 36360)
@@ -770,7 +770,7 @@
 	PropertyRNA *parm;
 	FunctionRNA *func;
 
-	PropertyRNA *prop;
+	// PropertyRNA *prop;
 	
 	RNA_def_property_srna(cprop, "AnimDataDrivers");
 	srna= RNA_def_struct(brna, "AnimDataDrivers", NULL);




More information about the Bf-blender-cvs mailing list