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-10-18 13:49:28 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-10-18 13:49:28 +0300
commit46f0b97d208c21d3ce192b71b65e1fa0776f7825 (patch)
tree91513024dc9321712b02a707d1239867d6dbe5bf /source/blender/depsgraph
parentecf20e7a5629f194abe77d9b82c8dc73f06a160f (diff)
Depsgraph: Remove declaration of legace removed functions
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h
index e05b417f245..f925c37e23e 100644
--- a/source/blender/depsgraph/DEG_depsgraph.h
+++ b/source/blender/depsgraph/DEG_depsgraph.h
@@ -105,10 +105,6 @@ enum {
extern "C" {
#endif
-bool DEG_depsgraph_use_legacy(void);
-void DEG_depsgraph_switch_to_legacy(void);
-void DEG_depsgraph_switch_to_new(void);
-
/* ************************************************ */
/* Depsgraph API */