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-05-21 02:39:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-05-21 02:39:31 +0300
commit07dd208209ce24b95e992928edcb63638256bf00 (patch)
tree95430fb23e28a15daa9430001d791bef2e31c612 /source/blender/windowmanager/manipulators/intern
parent53d1026f2ac84a602638ee5d41a91a2492fd18e7 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/windowmanager/manipulators/intern')
-rw-r--r--source/blender/windowmanager/manipulators/intern/manipulator_library/arrow_manipulator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow_manipulator.c b/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow_manipulator.c
index 99ca161f08f..a95d8033a30 100644
--- a/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow_manipulator.c
+++ b/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow_manipulator.c
@@ -256,8 +256,6 @@ static void manipulator_arrow_draw(const bContext *UNUSED(C), wmManipulator *man
* Calculate arrow offset independent from prop min value,
* meaning the range will not be offset by min value first.
*/
-#define USE_ABS_HANDLE_RANGE
-
static int manipulator_arrow_handler(bContext *C, const wmEvent *event, wmManipulator *manipulator, const int flag)
{
ArrowManipulator *arrow = (ArrowManipulator *)manipulator;