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:
authorKent Mein <mein@cs.umn.edu>2004-09-01 17:29:44 +0400
committerKent Mein <mein@cs.umn.edu>2004-09-01 17:29:44 +0400
commit076a2eb4ea6722609bd4dca81e529dcccb9d6cc4 (patch)
tree7ff5aafad3995b5618efa8079694ce79bcb2974c /source/blender/src/buttons_editing.c
parentea8c97b44b9f5927109bcb0779a993b82d5f9b3d (diff)
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
Diffstat (limited to 'source/blender/src/buttons_editing.c')
-rw-r--r--source/blender/src/buttons_editing.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c
index 0c61df8ed2e..fb1bb652be3 100644
--- a/source/blender/src/buttons_editing.c
+++ b/source/blender/src/buttons_editing.c
@@ -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;