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
parent608cabe2a1c0e81aaf33fa193bfb638e766498df (diff)
Cleanup: unused code
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_manipulator_library.h5
-rw-r--r--source/blender/editors/include/ED_transform.h2
2 files changed, 0 insertions, 7 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 */
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index da5a0cdcf2b..483caf7c475 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -159,8 +159,6 @@ void Transform_Properties(struct wmOperatorType *ot, int flags);
void TRANSFORM_WGT_manipulator(struct wmManipulatorGroupType *wgt);
-void TRANSFORM_WGT_object(struct wmManipulatorGroupType *wgt);
-
bool ED_widgetgroup_manipulator2d_poll(const struct bContext *C, struct wmManipulatorGroupType *wgt);
void ED_widgetgroup_manipulator2d_setup(const struct bContext *C, struct wmManipulatorGroup *mgroup);
void ED_widgetgroup_manipulator2d_refresh(const struct bContext *C, struct wmManipulatorGroup *mgroup);