removed 3 forward declarations's inside of a fuction.

They were not needed were for functions that were in the same .c file
higher up and I think its sort of a non standard way of doing things.
(using prototypes would probably be more inline with the other code but
as I mentioned they are not needed and were causing warnings in gcc)

Kent
This commit is contained in:
2004-09-01 13:29:44 +00:00
parent ea8c97b44b
commit 076a2eb4ea

View File

@@ -1800,9 +1800,6 @@ static void editing_panel_armature_bones(Object *ob, bArmature *arm)
void do_meshbuts(unsigned short event)
{
void decimate_faces(void);
void decimate_cancel(void);
void decimate_apply(void);
Object *ob;
Mesh *me;
float fac;