Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-01-18 21:31:14 +0300
committerHans Goudey <h.goudey@me.com>2022-01-18 21:31:14 +0300
commit09ecb089a5e228e5543374df93bae0b211f73a5a (patch)
treec13e37547a32e602e502583e7dd386251bf43fc4 /source/blender/editors/space_node/node_intern.hh
parent15657b7ccd54c2e0205b42aaa237690c1d9d53cb (diff)
Cleanup: Remove unused node editor toolbar file
This file was added nine years ago, and was unused then. Now with active tools we use a different approach to create toolbars, so the file is not relevant.
Diffstat (limited to 'source/blender/editors/space_node/node_intern.hh')
-rw-r--r--source/blender/editors/space_node/node_intern.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_node/node_intern.hh b/source/blender/editors/space_node/node_intern.hh
index 740d1fbb6f9..2e33409405c 100644
--- a/source/blender/editors/space_node/node_intern.hh
+++ b/source/blender/editors/space_node/node_intern.hh
@@ -133,8 +133,6 @@ blender::float2 node_to_view(const bNode &node, const blender::float2 &co);
void node_to_updated_rect(const bNode &node, rctf &r_rect);
blender::float2 node_from_view(const bNode &node, const blender::float2 &co);
-void node_toolbar_register(ARegionType *art);
-
void node_operatortypes();
void node_keymap(wmKeyConfig *keyconf);