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:
authorCampbell Barton <ideasman42@gmail.com>2013-12-23 22:04:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-23 22:04:29 +0400
commit0a5e00e8e836983149157155ca560c01f18e5609 (patch)
treec458f0fabc8cb67401b9f300cfa9ada56057c8f6 /source/blender/python/generic/bpy_threads.c
parent632c29fef3a566d6aac9ea35e7875f08f3d1cf74 (diff)
Code Cleanup: style
Diffstat (limited to 'source/blender/python/generic/bpy_threads.c')
-rw-r--r--source/blender/python/generic/bpy_threads.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/python/generic/bpy_threads.c b/source/blender/python/generic/bpy_threads.c
index 610c1846f56..63a47ff0b20 100644
--- a/source/blender/python/generic/bpy_threads.c
+++ b/source/blender/python/generic/bpy_threads.c
@@ -27,14 +27,6 @@
* these functions are slightly different from the original Python API,
* don't throw SIGABRT even if the thread state is NULL. */
-/** \file blender/python/intern/bpy_interface.c
- * \ingroup pythonintern
- *
- * This file deals with embedding the python interpreter within blender,
- * starting and stopping python and exposing blender/python modules so they can
- * be accesses from scripts.
- */
-
/* grr, python redefines */
#ifdef _POSIX_C_SOURCE
# undef _POSIX_C_SOURCE