lib: remove unused parameters in internal component creation functions
[babeltrace.git] / src / lib / graph / component-sink.h
index c2ee102619e421ec7aaef6f0a76ad62a632e45c1..59181549c85061893984b5cafdd5c7ad511fa6c6 100644 (file)
@@ -22,8 +22,7 @@ struct bt_component_sink {
        bool graph_is_configured_method_called;
 };
 
-struct bt_component *bt_component_sink_create(
-               const struct bt_component_class *class);
+struct bt_component *bt_component_sink_create(void);
 
 void bt_component_sink_destroy(struct bt_component *component);
 
This page took 0.02375 seconds and 4 git commands to generate.