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/gameengine/Expressions/PyObjectPlus.h')
-rw-r--r--source/gameengine/Expressions/PyObjectPlus.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/gameengine/Expressions/PyObjectPlus.h b/source/gameengine/Expressions/PyObjectPlus.h
index 27c948ecaa9..263d08ead0c 100644
--- a/source/gameengine/Expressions/PyObjectPlus.h
+++ b/source/gameengine/Expressions/PyObjectPlus.h
@@ -56,13 +56,6 @@ extern "C" {
#define MAX_PROP_NAME 64
-static inline void Py_Fatal(const char *M)
-{
- fprintf(stderr, "%s\n", M);
- exit(-1);
-};
-
-
/* Use with ShowDeprecationWarning macro */
typedef struct {
bool warn_done;
@@ -647,8 +640,6 @@ public:
};
#ifdef WITH_PYTHON
-PyObject *py_getattr_dict(PyObject *pydict, PyObject *tp_dict);
-
PyObject *PyUnicode_From_STR_String(const STR_String& str);
#endif