Remove the need to implement the notification iterator's "get" method
[babeltrace.git] / include / babeltrace / component / component-class-internal.h
index 6aed6f0b026c8fb8ae4ad9aada986267f6a3f433..1cafef640b27b2e5a23cb537bb1129864b063ea2 100644 (file)
@@ -69,7 +69,6 @@ struct bt_component_class {
 struct bt_component_class_iterator_methods {
        bt_component_class_notification_iterator_init_method init;
        bt_component_class_notification_iterator_finalize_method finalize;
-       bt_component_class_notification_iterator_get_method get;
        bt_component_class_notification_iterator_next_method next;
        bt_component_class_notification_iterator_seek_time_method seek_time;
 };
This page took 0.024323 seconds and 4 git commands to generate.