Depsgraph: Remove declaration of legace removed functions

This commit is contained in:
Sergey Sharybin
2017-10-18 12:49:28 +02:00
parent ecf20e7a56
commit 46f0b97d20

View File

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