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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-12-21 13:17:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-21 13:17:34 +0300
commit9f0d067c2e9c8dcb4c40b880b0bbcf8ad31b1f55 (patch)
tree33a66b8fa1aa6a4cd76b64e835819743ff05a9fa /source/blender/depsgraph/intern/depsgraph_eval.cc
parente3ef782af5d5255093d00cdc261d93dd3d8a5c40 (diff)
parentf6b2fbb02922e9c303b95ffbdd93cd047a640338 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_eval.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_eval.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_eval.cc b/source/blender/depsgraph/intern/depsgraph_eval.cc
index 0603e467192..ad1a850a807 100644
--- a/source/blender/depsgraph/intern/depsgraph_eval.cc
+++ b/source/blender/depsgraph/intern/depsgraph_eval.cc
@@ -52,9 +52,6 @@ extern "C" {
#include "intern/depsgraph.h"
-/* Unfinished and unused, and takes quite some pre-processing time. */
-#undef USE_EVAL_PRIORITY
-
/* ****************** */
/* Evaluation Context */