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:
-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;