X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-filter.h;h=26ebf15772a0d201967ce96604bb81a098e15a72;hb=b9d103befd837c4411112257c2619ef8d68225dd;hp=43da9db00e9afd2bb49283f05db3425e2c87d420;hpb=aafdead53e12d8f16e552592979cab0252d21d28;p=babeltrace.git diff --git a/include/babeltrace/graph/component-filter.h b/include/babeltrace/graph/component-filter.h index 43da9db0..26ebf157 100644 --- a/include/babeltrace/graph/component-filter.h +++ b/include/babeltrace/graph/component-filter.h @@ -43,8 +43,6 @@ extern struct bt_port *bt_component_filter_get_input_port_by_name( struct bt_component *component, const char *name); extern struct bt_port *bt_component_filter_get_input_port_by_index( struct bt_component *component, uint64_t index); -extern struct bt_port *bt_component_filter_get_default_input_port( - struct bt_component *component); extern int64_t bt_component_filter_get_output_port_count( struct bt_component *component); @@ -52,8 +50,6 @@ extern struct bt_port *bt_component_filter_get_output_port_by_name( struct bt_component *component, const char *name); extern struct bt_port *bt_component_filter_get_output_port_by_index( struct bt_component *component, uint64_t index); -extern struct bt_port *bt_component_filter_get_default_output_port( - struct bt_component *component); #ifdef __cplusplus }