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:
authorJoshua Leung <aligorith@gmail.com>2018-05-31 14:42:55 +0300
committerJoshua Leung <aligorith@gmail.com>2018-05-31 14:43:00 +0300
commitf56a9fbad528c7aebce23f065842aa71450c75eb (patch)
tree6100807916beeb9c350ae900ebfc5b4479889f90 /source/blender/depsgraph/DEG_depsgraph.h
parent9b4e56c091f0df255cc09607061d130847a5f438 (diff)
Depsgraph: Remove the "disable-copy-on-write" option completely
After discussion with Sergey and Dalai, we have decided to remove this option completely. We're getting to the point where it is almost impossible to really use 2.8 without COW, and keeping the old option running ends up diverting dev resources away towards tracking down and fixing problems with a parallel system that will be going away.
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h
index d79ee9aa86b..fbd267924a9 100644
--- a/source/blender/depsgraph/DEG_depsgraph.h
+++ b/source/blender/depsgraph/DEG_depsgraph.h
@@ -91,9 +91,6 @@ enum {
extern "C" {
#endif
-bool DEG_depsgraph_use_copy_on_write(void);
-void DEG_depsgraph_disable_copy_on_write(void);
-
/* ************************************************ */
/* Depsgraph API */