From c9d6eb4fb42b231037b00d64602ab0c589120cbb Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 10 Oct 2019 11:03:58 +0200 Subject: Depsgraph: Cleanup, promote is_evaluating query This way it might be used for sanity checks in RNA API as well. --- source/blender/depsgraph/intern/depsgraph_debug.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/depsgraph/intern/depsgraph_debug.cc') diff --git a/source/blender/depsgraph/intern/depsgraph_debug.cc b/source/blender/depsgraph/intern/depsgraph_debug.cc index d079c958e04..bb60db5209c 100644 --- a/source/blender/depsgraph/intern/depsgraph_debug.cc +++ b/source/blender/depsgraph/intern/depsgraph_debug.cc @@ -246,12 +246,6 @@ void DEG_stats_simple(const Depsgraph *graph, } } -bool DEG_debug_is_evaluating(struct Depsgraph *depsgraph) -{ - DEG::Depsgraph *deg_graph = reinterpret_cast(depsgraph); - return deg_graph->debug_is_evaluating; -} - static DEG::string depsgraph_name_for_logging(struct Depsgraph *depsgraph) { const char *name = DEG_debug_name_get(depsgraph); -- cgit v1.2.3