Remove notification iterator seeking API until it's supported
[babeltrace.git] / include / babeltrace / graph / component-class-source.h
index 6190977b44a6a3831245a85a79ec4197077edb9d..c89b44bc4790cd8ce7ca185b4fecdf56b8c7b475 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_COMPONENT_CLASS_SOURCE_H
-#define BABELTRACE_COMPONENT_COMPONENT_CLASS_SOURCE_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_CLASS_SOURCE_H
+#define BABELTRACE_GRAPH_COMPONENT_CLASS_SOURCE_H
 
 /*
  * Babeltrace - Component Class Interface.
@@ -47,13 +47,8 @@ int bt_component_class_source_set_notification_iterator_finalize_method(
                struct bt_component_class *component_class,
                bt_component_class_notification_iterator_finalize_method notification_iterator_finalize_method);
 
-extern
-int bt_component_class_source_set_notification_iterator_seek_time_method(
-               struct bt_component_class *component_class,
-               bt_component_class_notification_iterator_seek_time_method notification_iterator_seek_time_method);
-
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* BABELTRACE_COMPONENT_COMPONENT_CLASS_SOURCE_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_CLASS_SOURCE_H */
This page took 0.02617 seconds and 4 git commands to generate.