Cleanup: Comment formatting in node editor

Also remove an accidentally committed timing print.
This commit is contained in:
2023-01-03 20:02:01 -05:00
parent 8b1edff6b5
commit 1d636f5e05
8 changed files with 176 additions and 224 deletions

View File

@@ -78,15 +78,6 @@ void ED_node_draw_snap(
/* node_draw.cc */
/**
* Draw a single node socket at default size.
* \note this is only called from external code, internally #node_socket_draw_nested() is used for
* optimized drawing of multiple/all sockets of a node.
*/
void ED_node_socket_draw(struct bNodeSocket *sock,
const struct rcti *rect,
const float color[4],
float scale);
void ED_node_tree_update(const struct bContext *C);
void ED_node_tag_update_id(struct ID *id);