From 342bb99a19579531dcc4b5dbc1d4b3862ba91f04 Mon Sep 17 00:00:00 2001 From: Stephen Swaney Date: Sun, 16 Apr 2006 15:28:50 +0000 Subject: a little spring cleaning to remove some compiler warnings for implicit declarations, redundant redeclarations, missing initializers, nested externs and other cruft. Cleaned up includes and moved extern _Type decls from Types.h into Types.c since that is the only place where they are needed now. Did not touch Ipo.[ch] since work is on-going there. --- source/blender/python/api2_2x/NMesh.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/python/api2_2x/NMesh.h') diff --git a/source/blender/python/api2_2x/NMesh.h b/source/blender/python/api2_2x/NMesh.h index f1639d7d401..8d944dfdffe 100644 --- a/source/blender/python/api2_2x/NMesh.h +++ b/source/blender/python/api2_2x/NMesh.h @@ -60,7 +60,6 @@ struct BPy_Object; /* These are from blender/src/editdeform.c, should be declared elsewhere, * maybe in BIF_editdeform.h, after proper testing of vgrouping methods XXX */ -extern void create_dverts( Mesh * me ); extern void add_vert_defnr( Object * ob, int def_nr, int vertnum, float weight, int assignmode ); extern void remove_vert_def_nr( Object * ob, int def_nr, int vertnum ); @@ -135,7 +134,6 @@ typedef struct { } BPy_NMesh; /* PROTOS */ -extern void test_object_materials( ID * id ); /* declared in BKE_material.h */ PyObject *NMesh_Init( void ); PyObject *NMesh_CreatePyObject( Mesh * me, Object * ob ); -- cgit v1.2.3