rename duplicate header defines & remove unused var.

This commit is contained in:
Campbell Barton 2011-04-28 05:15:47 +00:00
parent 9e6cdf54a3
commit fca91f550b
3 changed files with 7 additions and 7 deletions

@ -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 @@ typedef unsigned long uintptr_t;
}
#endif
#endif /* eof */
#endif /* MEM_SYS_TYPES_H */

@ -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 @@ typedef unsigned long uintptr_t;
}
#endif
#endif /* eof */
#endif /* SUPERLU_SYS_TYPES_H */

@ -770,7 +770,7 @@ static void rna_api_animdata_drivers(BlenderRNA *brna, PropertyRNA *cprop)
PropertyRNA *parm;
FunctionRNA *func;
PropertyRNA *prop;
// PropertyRNA *prop;
RNA_def_property_srna(cprop, "AnimDataDrivers");
srna= RNA_def_struct(brna, "AnimDataDrivers", NULL);