bt2c::Logger: remove unused cLevel() method
[babeltrace.git] / src / lib / graph / component-filter.h
index 1c43d0c5c2abcb38c5272613de29736aa69e82cf..8308919182c7fba87bd4a5ff578ba65c0cc3b5a3 100644 (file)
@@ -8,19 +8,14 @@
 #ifndef BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
 #define BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
 
-#include "common/macros.h"
 #include <babeltrace2/graph/component.h>
 
-#include "component-class.h"
 #include "component.h"
 
 struct bt_component_filter {
        struct bt_component parent;
 };
 
-struct bt_component *bt_component_filter_create(
-               const struct bt_component_class *class);
-
-void bt_component_filter_destroy(struct bt_component *component);
+struct bt_component *bt_component_filter_create(void);
 
 #endif /* BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H */
This page took 0.023612 seconds and 4 git commands to generate.