Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/generic/IDProp.c')
-rw-r--r--source/blender/python/generic/IDProp.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/blender/python/generic/IDProp.c b/source/blender/python/generic/IDProp.c
index decc28198ff..ba563f9fcbf 100644
--- a/source/blender/python/generic/IDProp.c
+++ b/source/blender/python/generic/IDProp.c
@@ -1,5 +1,5 @@
/**
- * $Id: IDProp.c
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -23,17 +23,10 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#include "DNA_ID.h"
-
#include "BKE_idprop.h"
-
#include "IDProp.h"
-// #include "gen_utils.h"
-
#include "MEM_guardedalloc.h"
-#define BSTR_EQ(a, b) (*(a) == *(b) && !strcmp(a, b))
-
/*** Function to wrap ID properties ***/
PyObject *BPy_Wrap_IDProperty(ID *id, IDProperty *prop, IDProperty *parent);