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-07-01 13:19:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-07-01 13:19:12 +0300
commit3de5370e9dfc9d9f90b9bf2d5eeb47e9ae7bf1dd (patch)
treef3e6b5935676eb58d5b6ecfa2c42eed4a3847ee5 /source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c
parent49a35033be60e58ed4910346bc29ffa1954b34ec (diff)
Cleanup: unused defines
Diffstat (limited to 'source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c')
-rw-r--r--source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c b/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c
index 4a022c06613..fcf7b2c986f 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c
@@ -45,9 +45,6 @@
#include "wm_manipulator_wmapi.h"
#include "wm_manipulator_intern.h"
-/* factor for precision tweaking */
-#define MANIPULATOR_PRECISION_FAC 0.05f
-
/* -------------------------------------------------------------------- */
/** \name Property Definition
@@ -274,4 +271,4 @@ void WM_manipulatortype_target_property_def(
BLI_addtail(&wt->target_property_defs, mpt);
}
-/** \} */ \ No newline at end of file
+/** \} */