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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-23 14:16:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-23 14:18:34 +0300
commit6eb59c57782724cdcbc1564356f2c2e2619c01ec (patch)
tree440ed66b7232e9ab945fc93a2be7a0c77c149379 /source/blender/editors/space_node/drawnode.c
parent8214a1ae34ad7a08585813fc9234f927ea89a3dc (diff)
Cleanup: GCC redundant declarations
Previous waning suppression was only tested with clang.
Diffstat (limited to 'source/blender/editors/space_node/drawnode.c')
-rw-r--r--source/blender/editors/space_node/drawnode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index 6184a6ca2c3..60dcdaebb08 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -2963,9 +2963,6 @@ void ED_node_init_butfuncs(void)
/* Fallback types for undefined tree, nodes, sockets
* Defined in blenkernel, but not registered in type hashes.
*/
- /*extern bNodeTreeType NodeTreeTypeUndefined;*/
- extern bNodeType NodeTypeUndefined;
- extern bNodeSocketType NodeSocketTypeUndefined;
/* default ui functions */
NodeTypeUndefined.draw_nodetype = node_draw_default;