[Bf-blender-cvs] [04c91471e0e] temp-geometry-nodes-evaluator-refactor: cleanup

Jacques Lucke noreply at git.blender.org
Thu Sep 8 17:22:31 CEST 2022


Commit: 04c91471e0ee46b3d384fe02f0a58caa85b5b276
Author: Jacques Lucke
Date:   Thu Sep 8 12:23:00 2022 +0200
Branches: temp-geometry-nodes-evaluator-refactor
https://developer.blender.org/rB04c91471e0ee46b3d384fe02f0a58caa85b5b276

cleanup

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

M	source/blender/editors/space_node/node_draw.cc
M	source/blender/editors/space_node/node_intern.hh

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

diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc
index 89a6dbab041..d0a84c1ccb9 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -1906,17 +1906,6 @@ static Vector<NodeExtraInfoRow> node_get_extra_info(TreeDrawContext &tree_draw_c
       rows.append(std::move(row));
     }
   }
-  // const geo_log::NodeLog *node_log =
-  // geo_log::ModifierLog::find_node_by_node_editor_context(snode,
-  //                                                                                           node);
-  // if (node_log != nullptr) {
-  //   for (const std::string &message : node_log->debug_messages()) {
-  //     NodeExtraInfoRow row;
-  //     row.text = message;
-  //     row.icon = ICON_INFO;
-  //     rows.append(std::move(row));
-  //   }
-  // }
 
   return rows;
 }
diff --git a/source/blender/editors/space_node/node_intern.hh b/source/blender/editors/space_node/node_intern.hh
index b9435a00843..456cbf5064d 100644
--- a/source/blender/editors/space_node/node_intern.hh
+++ b/source/blender/editors/space_node/node_intern.hh
@@ -31,11 +31,6 @@ struct wmGizmoGroupType;
 struct wmKeyConfig;
 struct wmWindow;
 
-namespace blender::nodes::geo_eval_log {
-class ValueLog;
-class GeoTreeLog;
-}  // namespace blender::nodes::geo_eval_log
-
 /* Outside of blender namespace to avoid Python documentation build error with `ctypes`. */
 extern "C" {
 extern const char *node_context_dir[];



More information about the Bf-blender-cvs mailing list