X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fcomponent%2Fcomponent-sink.h;h=924f8c7470f1bbd77a58efadd3fc7c21ff4b9acf;hb=890882eff34b4cba6f08a25f8ca56866c20b3fbe;hp=e52716214ae941385414f47638d89ac4594826f6;hpb=1bf957a039dfe5a1cd00659779fdb004aacd706b;p=babeltrace.git diff --git a/include/babeltrace/component/component-sink.h b/include/babeltrace/component/component-sink.h index e5271621..924f8c74 100644 --- a/include/babeltrace/component/component-sink.h +++ b/include/babeltrace/component/component-sink.h @@ -42,11 +42,6 @@ extern struct bt_port *bt_component_sink_get_input_port( struct bt_component *component, const char *name); extern struct bt_port *bt_component_sink_get_input_port_at_index( struct bt_component *component, int index); - -/* Only allowed during the sink's initialization. */ -extern struct bt_port *bt_component_sink_add_input_port( - struct bt_component *component, const char *name); -/* Only allowed during the sink's initialization. */ extern struct bt_port *bt_component_sink_get_default_input_port( struct bt_component *component);