Remove bt_component_set_name()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 May 2017 06:36:25 +0000 (02:36 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:44 +0000 (12:57 -0400)
commit80496fb61905199beee8c27385dfded56ff6bd1d
tree3420fc319530664a545f89c82a135f892002c82c
parent262e5473a362270731bac4792959c23af321f6b4
Remove bt_component_set_name()

This is not used anywhere, and there's not even a public declaration for
it. Plus a component object has no frozen property, and for obvious
reasons we can't change the name of a component once it's part of a
graph. All the properties of a component must be set at creation time.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/graph/component.c
This page took 0.024009 seconds and 4 git commands to generate.