From 89a166d0deb5587ff89bf4d07f8533bf55fc5d8f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 May 2011 14:48:06 +0000 Subject: remove some duplicate declarations --- source/blender/python/generic/IDProp.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/python/generic/IDProp.c') diff --git a/source/blender/python/generic/IDProp.c b/source/blender/python/generic/IDProp.c index ccf498f1550..8330927d920 100644 --- a/source/blender/python/generic/IDProp.c +++ b/source/blender/python/generic/IDProp.c @@ -45,12 +45,6 @@ #include "py_capi_utils.h" #endif -PyObject * PyC_UnicodeFromByte(const char *str); -const char * PyC_UnicodeAsByte(PyObject *py_str, PyObject **coerce); /* coerce must be NULL */ - -/*** Function to wrap ID properties ***/ -PyObject *BPy_Wrap_IDProperty(ID *id, IDProperty *prop, IDProperty *parent); - extern PyTypeObject IDArray_Type; extern PyTypeObject IDGroup_Iter_Type; -- cgit v1.2.3