lib: fully configure graph (add components, connect ports), then run
[babeltrace.git] / include / babeltrace / graph / component-internal.h
index 49c62d3fe7ef2df33c7029004c9fa81fd15bac7f..d5555f1a8fe1c80cfb6ecf9c92e637bd2be70f15 100644 (file)
@@ -89,10 +89,6 @@ enum bt_self_component_status bt_component_port_connected(
                struct bt_component *comp,
                struct bt_port *self_port, struct bt_port *other_port);
 
-BT_HIDDEN
-void bt_component_port_disconnected(struct bt_component *comp,
-               struct bt_port *port);
-
 BT_HIDDEN
 void bt_component_set_graph(struct bt_component *component,
                struct bt_graph *graph);
This page took 0.024481 seconds and 4 git commands to generate.