summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/node.h b/node.h
index 6cec6ddfe..9ebe694d6 100644
--- a/node.h
+++ b/node.h
@@ -227,14 +227,4 @@ node_kill_translators
node_t * node
);
/*----------------------------------------------------------------------------*/
-/*Constructs a list of translators that were set on the ancestors of `node`*/
-/*TODO: Remove node_list_translators.*/
-error_t
-node_list_translators
- (
- node_t * node,
- char ** trans, /*the malloced list of 0-separated strings*/
- size_t * ntrans /*the number of elements in `trans`*/
- );
-/*----------------------------------------------------------------------------*/
#endif /*__NODE_H__*/