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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2017-08-12 15:07:37 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-08-12 15:08:03 +0300
commit76d0ab9750b04971fe7598011609faea2b4f7f62 (patch)
treef300e288f1d3de6970682cb4d5b291bf1308b615 /source/blender/windowmanager
parentf1a14740bafc83bfd86774db4dfca2cbe8568cdc (diff)
Code cleanup: fix various compiler warnings.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/manipulators/WM_manipulator_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/windowmanager/manipulators/WM_manipulator_types.h b/source/blender/windowmanager/manipulators/WM_manipulator_types.h
index 8346bf24fd1..7bfc08c7caa 100644
--- a/source/blender/windowmanager/manipulators/WM_manipulator_types.h
+++ b/source/blender/windowmanager/manipulators/WM_manipulator_types.h
@@ -196,9 +196,6 @@ struct wmManipulator {
/* over alloc target_properties after 'wmManipulatorType.struct_size' */
};
-typedef void (*wmManipulatorGroupFnInit)(
- const struct bContext *, struct wmManipulatorGroup *);
-
/* Similar to PropertyElemRNA, but has an identifier. */
typedef struct wmManipulatorProperty {
const struct wmManipulatorPropertyType *type;