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:
authorCampbell Barton <ideasman42@gmail.com>2017-06-17 04:31:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-17 04:32:30 +0300
commit03f67fd5b0e6c68632bfaa21efa61343f721f994 (patch)
tree6892d000560b36c4298a79928308a5b1e6103e9c /source/blender/editors/include/ED_manipulator_library.h
parent608cabe2a1c0e81aaf33fa193bfb638e766498df (diff)
Cleanup: unused code
Diffstat (limited to 'source/blender/editors/include/ED_manipulator_library.h')
-rw-r--r--source/blender/editors/include/ED_manipulator_library.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/editors/include/ED_manipulator_library.h b/source/blender/editors/include/ED_manipulator_library.h
index 924ba7bf792..7d92f4311d4 100644
--- a/source/blender/editors/include/ED_manipulator_library.h
+++ b/source/blender/editors/include/ED_manipulator_library.h
@@ -132,11 +132,6 @@ void ED_manipulator_grab3d_set_style(struct wmManipulator *mpr, int style);
void ED_manipulator_grab3d_set_up_vector(
struct wmManipulator *mpr, const float direction[3]);
-/* -------------------------------------------------------------------- */
-/* Facemap Manipulator */
-
-struct bFaceMap *ED_manipulator_facemap_get_fmap(struct wmManipulator *mpr);
-
/* -------------------------------------------------------------------- */
/* Primitive Manipulator */