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>2007-04-19 02:53:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-19 02:53:20 +0400
commitf9ff47464d9fd30d5def3852dd7fd8e71c0e25d3 (patch)
tree87c76734128ec1ef60ff80c4fc668a66ac915e22 /source/blender/python/api2_2x/bpy_data.c
parent2d87ee1acef83366489848f78af15ae13c337537 (diff)
remove warnings from last commit.
smooth view now works for change between cameras, smooth view now blends the lens angle too.
Diffstat (limited to 'source/blender/python/api2_2x/bpy_data.c')
-rw-r--r--source/blender/python/api2_2x/bpy_data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/bpy_data.c b/source/blender/python/api2_2x/bpy_data.c
index ce7b41700c9..61951069ae7 100644
--- a/source/blender/python/api2_2x/bpy_data.c
+++ b/source/blender/python/api2_2x/bpy_data.c
@@ -793,8 +793,6 @@ PyTypeObject LibBlockSeq_Type = {
/*-----------------------------BPy module Init())-----------------------------*/
-static char M_BPy_Init_doc[] = "The bpy module";
-
PyObject * Data_Init( void )
{
PyObject *module;