[Bf-blender-cvs] [46f0b97d208] blender2.8: Depsgraph: Remove declaration of legace removed functions

Sergey Sharybin noreply at git.blender.org
Wed Oct 18 14:39:31 CEST 2017


Commit: 46f0b97d208c21d3ce192b71b65e1fa0776f7825
Author: Sergey Sharybin
Date:   Wed Oct 18 12:49:28 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB46f0b97d208c21d3ce192b71b65e1fa0776f7825

Depsgraph: Remove declaration of legace removed functions

===================================================================

M	source/blender/depsgraph/DEG_depsgraph.h

===================================================================

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 */



More information about the Bf-blender-cvs mailing list