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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-08-26 18:53:40 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-08-26 18:53:40 +0400
commit52216889c0802a730f7c57160d978af12e2ff5aa (patch)
treee65afaec5b26ae8f2e70c714cdabd0caa68c6755 /source/blender/modifiers/intern/MOD_boolean_util.h
parent4800d7fc3456eca2bca65ddd50c8baa16683695a (diff)
Remove unused function NewBooleanMesh
Diffstat (limited to 'source/blender/modifiers/intern/MOD_boolean_util.h')
-rw-r--r--source/blender/modifiers/intern/MOD_boolean_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/modifiers/intern/MOD_boolean_util.h b/source/blender/modifiers/intern/MOD_boolean_util.h
index 209db60f0c9..04d76d45652 100644
--- a/source/blender/modifiers/intern/MOD_boolean_util.h
+++ b/source/blender/modifiers/intern/MOD_boolean_util.h
@@ -39,12 +39,6 @@ struct Base;
struct DerivedMesh;
/* Performs a boolean between two mesh objects, it is assumed that both objects
- * are in fact a mesh object. On success returns 1 and creates a new mesh object
- * into blender data structures. On failure returns 0 and reports an error. */
-int NewBooleanMesh(struct Scene *scene, struct Base *base, struct Base *base_select, int op);
-
-
-/* Performs a boolean between two mesh objects, it is assumed that both objects
* are in fact mesh object. On success returns a DerivedMesh. On failure
* returns NULL and reports an error. */